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

/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp269 * This is protected by the INTNET::hMtxCreateOpenDestroy. */
355 * This is protected by the INTNET::hMtxCreateOpenDestroy. */
411 RTSEMMUTEX hMtxCreateOpenDestroy; member in struct:INTNET
4003 int rc = RTSemMutexRequest(pIntNet->hMtxCreateOpenDestroy, RT_INDEFINITE_WAIT);
4011 rc = RTSemMutexRelease(pIntNet->hMtxCreateOpenDestroy);
4392 int rc = RTSemMutexRequest(pIntNet->hMtxCreateOpenDestroy, RT_INDEFINITE_WAIT);
4404 RTSemMutexRelease(pIntNet->hMtxCreateOpenDestroy);
4675 RTSemMutexRequest(pIntNet->hMtxCreateOpenDestroy, RT_INDEFINITE_WAIT);
4757 RTSemMutexRelease(pIntNet->hMtxCreateOpenDestroy);
5132 RTSemMutexRequest(pIntNet->hMtxCreateOpenDestroy, RT_INDEFINITE_WAI
[all...]

Completed in 54 milliseconds