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

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPipe.cpp366 fNotifySem(-1)
379 if (fNotifySem >= 0)
380 delete_sem(fNotifySem);
424 if (fNotifySem < 0) {
425 fNotifySem = create_sem(0, "usb send request notify");
426 if (fNotifySem < 0) {
441 if (acquire_sem_etc(fNotifySem, 1, B_RELATIVE_TIMEOUT, 2000000) < B_OK) {
449 acquire_sem(fNotifySem);
473 release_sem(pipe->fNotifySem);
518 if (force && fNotifySem >
[all...]
H A Dusb_private.h438 sem_id fNotifySem; member in class:ControlPipe

Completed in 44 milliseconds