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

/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h243 thread_id fCleanupThread; member in class:UHCI
H A Dehci.h232 thread_id fCleanupThread; member in class:EHCI
H A Duhci.cpp525 fCleanupThread(-1),
667 fCleanupThread = spawn_kernel_thread(CleanupThread,
669 resume_thread(fCleanupThread);
729 wait_for_thread(fCleanupThread, &result);
H A Dehci.cpp343 fCleanupThread(-1),
553 fCleanupThread = spawn_kernel_thread(CleanupThread, "ehci cleanup thread",
555 resume_thread(fCleanupThread);
789 wait_for_thread(fCleanupThread, &result);

Completed in 92 milliseconds