Searched refs:RTCritSectTryEnter (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/r3/generic/
H A Dsemspinmutex-r3-generic.cpp75 return RTCritSectTryEnter((PRTCRITSECT)hSpinMtx);
/vbox/include/iprt/
H A Dcritsect.h194 RTDECL(int) RTCritSectTryEnter(PRTCRITSECT pCritSect);
357 # define RTCritSectTryEnter(pCritSect) RTCritSectTryEnterDebug(pCritSect, (uintptr_t)ASMReturnAddress(), RT_SRC_POS) macro
361 # define RTCritSectTryEnter(pCritSect) RTCritSectTryEnterDebug(pCritSect, 0, RT_SRC_POS) macro
H A Dmangling.h357 # define RTCritSectTryEnter RT_MANGLER(RTCritSectTryEnter) macro
/vbox/src/VBox/Runtime/generic/
H A Dcritsect-generic.cpp190 RTDECL(int) RTCritSectTryEnter(PRTCRITSECT pCritSect) function
199 RT_EXPORT_SYMBOL(RTCritSectTryEnter); variable
H A Dsemrw-generic.cpp196 int rc = RTCritSectTryEnter(&pThis->CritSect);
237 AssertMsgRC(rc, ("RTCritSectTryEnter failed! rc=%Rrc\n", rc));
/vbox/src/VBox/Devices/Network/
H A DDrvNetSniffer.cpp90 int rc = RTCritSectTryEnter(&pThis->XmitLock);
H A DDrvUDPTunnel.cpp114 int rc = RTCritSectTryEnter(&pThis->XmitLock);
H A DDrvVDE.cpp122 int rc = RTCritSectTryEnter(&pThis->XmitLock);
H A DDrvTAP.cpp153 int rc = RTCritSectTryEnter(&pThis->XmitLock);
H A DDrvNAT.cpp456 int rc = RTCritSectTryEnter(&pThis->XmitLock);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c1139 int rc = RTCritSectTryEnter(&window->CompositorLock);

Completed in 174 milliseconds