Searched refs:iothread (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/block/nvme/
H A Dnvme.c149 thrd_t iothread; member in struct:__anon209
694 thrd_join(nvme->iothread, &r);
884 if (thrd_create_with_name(&nvme->iothread, io_thread, nvme, "nvme-io-thread")) {

Completed in 22 milliseconds