Home
last modified time | relevance | path

Searched refs:worker (Results 1 – 9 of 9) sorted by relevance

/system/fidl/fuchsia-cobalt/
A Dcobalt_controller.fidl23 // worker thread has successfully sent all previously added Observations to
26 // is possible that the worker thread is currently waiting for the next
/system/uapp/kstress/
A Dvmstress.cpp191 auto worker = [](void* arg) -> int { in Start() local
198 thrd_create_with_name(&t, worker, this, "vmstress_worker"); in Start()
/system/dev/block/zxcrypt/
A Drules.mk15 $(LOCAL_DIR)/worker.cpp \
/system/utest/memfs/
A Dmemfs-tests.cpp232 thrd_t worker; in TestMemfsCloseDuringAccess() local
241 ASSERT_EQ(thrd_create(&worker, [](void* arg) { in TestMemfsCloseDuringAccess()
264 ASSERT_EQ(thrd_join(worker, &result), thrd_success); in TestMemfsCloseDuringAccess()
/system/utest/fs-host/
A Dtest-rw-workers.cpp20 typedef struct worker worker_t;
22 struct worker { struct
/system/utest/fs/
A Dtest-rw-workers.c33 typedef struct worker worker_t;
41 typedef struct worker { struct
A Dtest-random-op.c34 typedef struct worker worker_t;
53 typedef struct worker { struct
/system/dev/block/ramdisk/
A Dramdisk.c54 thrd_t worker; member
374 thrd_join(ramdev->worker, &r); in ramdisk_release()
435 if (thrd_create(&ramdev->worker, worker_thread, ramdev) != thrd_success) { in ramctl_config()
/system/utest/vmo/
A Dvmo.cpp1716 auto worker = [](void *_args) -> int { in vmo_unmap_coherency() local
1739 thrd_create(&t, worker, &args); in vmo_unmap_coherency()

Completed in 15 milliseconds