Lines Matching defs:hMtxCreateOpenDestroy

269      * This is protected by the INTNET::hMtxCreateOpenDestroy. */
355 * This is protected by the INTNET::hMtxCreateOpenDestroy. */
411 RTSEMMUTEX hMtxCreateOpenDestroy;
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_WAIT);
5152 RTSemMutexRelease(pIntNet->hMtxCreateOpenDestroy);
5633 RTSemMutexRequest(pIntNet->hMtxCreateOpenDestroy, RT_INDEFINITE_WAIT);
5735 RTSemMutexRelease(pIntNet->hMtxCreateOpenDestroy);
5901 * The call must own the INTNET::hMtxCreateOpenDestroy.
5996 * The call must own the INTNET::hMtxCreateOpenDestroy and has already attempted
6009 * outside the INTNET::hMtxCreateOpenDestroy.
6244 int rc = RTSemMutexRequest(pIntNet->hMtxCreateOpenDestroy, RT_INDEFINITE_WAIT);
6276 RTSemMutexRelease(pIntNet->hMtxCreateOpenDestroy);
6320 int rc = RTSemMutexRequest(pIntNet->hMtxCreateOpenDestroy, RT_INDEFINITE_WAIT);
6328 RTSemMutexRelease(pIntNet->hMtxCreateOpenDestroy);
6357 if (pIntNet->hMtxCreateOpenDestroy != NIL_RTSEMMUTEX)
6359 RTSemMutexDestroy(pIntNet->hMtxCreateOpenDestroy);
6360 pIntNet->hMtxCreateOpenDestroy = NIL_RTSEMMUTEX;
6387 rc = RTSemMutexCreate(&pIntNet->hMtxCreateOpenDestroy);
6400 RTSemMutexDestroy(pIntNet->hMtxCreateOpenDestroy);