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

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPipe.cpp368 mutex_init(&fSendRequestLock, "control pipe send request");
381 mutex_lock(&fSendRequestLock);
382 mutex_destroy(&fSendRequestLock);
420 status_t result = mutex_lock(&fSendRequestLock);
427 mutex_unlock(&fSendRequestLock);
435 mutex_unlock(&fSendRequestLock);
454 mutex_unlock(&fSendRequestLock);
461 mutex_unlock(&fSendRequestLock);
H A Dusb_private.h437 mutex fSendRequestLock; member in class:ControlPipe

Completed in 35 milliseconds