Home
last modified time | relevance | path

Searched refs:worker_thread (Results 1 – 8 of 8) sorted by relevance

/system/dev/nand/nand/
A Dnand.h25 thrd_t worker_thread; member
A Dnand.c405 thrd_join(dev->worker_thread, NULL); in nand_release()
484 int rc = thrd_create_with_name(&dev->worker_thread, nand_worker_thread, dev, "nand-worker"); in nand_bind()
/system/dev/block/usb-mass-storage/
A Dusb-mass-storage.h53 thrd_t worker_thread; member
A Dusb-mass-storage.c439 thrd_join(ums->worker_thread, NULL); in ums_unbind()
815 … int ret = thrd_create_with_name(&ums->worker_thread, ums_worker_thread, ums, "ums_worker_thread"); in ums_bind()
/system/dev/block/sdmmc/
A Dsdmmc.h73 thrd_t worker_thread; member
A Dsdmmc.c120 thrd_join(dev->worker_thread, NULL); in sdmmc_release()
125 thrd_join(dev->worker_thread, NULL); in sdmmc_release()
572 int rc = thrd_create_with_name(&dev->worker_thread, sdmmc_worker_thread, dev, "sdmmc-worker"); in sdmmc_bind()
/system/dev/block/ramdisk/
A Dramdisk.c66 static int worker_thread(void* arg) { in worker_thread() function
435 if (thrd_create(&ramdev->worker, worker_thread, ramdev) != thrd_success) { in ramctl_config()
/system/dev/block/ahci/
A Dahci.c87 thrd_t worker_thread; member
884 ret = thrd_create_with_name(&device->worker_thread, ahci_worker_thread, device, "ahci-worker"); in ahci_bind()

Completed in 17 milliseconds