Searched defs:VBOXUSB_LOCK (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp73 #define VBOXUSB_LOCK() do { int rc = RTSemFastMutexRequest(g_Mtx); AssertRC(rc); } while (0) macro
626 VBOXUSB_LOCK();
652 VBOXUSB_LOCK();
746 VBOXUSB_LOCK();
917 VBOXUSB_LOCK();
1140 VBOXUSB_LOCK();
1187 VBOXUSB_LOCK();
1478 VBOXUSB_LOCK();
1517 VBOXUSB_LOCK();

Completed in 46 milliseconds