Searched refs:worker_thread (Results 1 – 8 of 8) sorted by relevance
| /system/dev/nand/nand/ |
| A D | nand.h | 25 thrd_t worker_thread; member
|
| A D | nand.c | 405 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 D | usb-mass-storage.h | 53 thrd_t worker_thread; member
|
| A D | usb-mass-storage.c | 439 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 D | sdmmc.h | 73 thrd_t worker_thread; member
|
| A D | sdmmc.c | 120 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 D | ramdisk.c | 66 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 D | ahci.c | 87 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