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

/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h244 sem_id fCleanupSem; member in class:UHCI
H A Dehci.h231 sem_id fCleanupSem; member in class:EHCI
H A Duhci.cpp526 fCleanupSem(-1),
656 fCleanupSem = create_sem(0, "UHCI Cleanup");
657 if (fCleanupSem < B_OK) {
726 delete_sem(fCleanupSem);
1686 release_sem(fCleanupSem);
1702 if (acquire_sem(fCleanupSem) != B_OK)
H A Dehci.cpp342 fCleanupSem(-1),
527 fCleanupSem = create_sem(0, "EHCI Cleanup");
528 if (fFinishTransfersSem < 0 || fAsyncAdvanceSem < 0 || fCleanupSem < 0) {
787 delete_sem(fCleanupSem);
2068 release_sem(fCleanupSem);
2088 if (acquire_sem(fCleanupSem) != B_OK)

Completed in 41 milliseconds