HomeSort by relevance Sort by last modified time
    Searched refs:fTransfersThread (Results 1 - 2 of 2) sorted by null

  /external/libusb/libusb/os/
haiku_usb.h 84 thread_id fTransfersThread;
haiku_usb_backend.cpp 225 fTransfersThread(-1),
236 fTransfersThread = spawn_thread(TransfersThread, "Transfer Worker", B_NORMAL_PRIORITY, this);
237 resume_thread(fTransfersThread);
250 if (fTransfersThread > 0)
251 wait_for_thread(fTransfersThread, NULL);

Completed in 357 milliseconds