Searched refs:RTCritSectRwInit (Results 1 - 9 of 9) sorted by relevance

/vbox/include/iprt/
H A Dcritsect.h468 RTDECL(int) RTCritSectRwInit(PRTCRITSECTRW pThis);
740 # define RTCritSectRwInit(a_pThis) \ macro
H A Dmangling.h367 # define RTCritSectRwInit RT_MANGLER(RTCritSectRwInit) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTCritSectRw.cpp236 RTTEST_CHECK_RC_RETV(g_hTest, RTCritSectRwInit(&g_CritSectRw), VINF_SUCCESS);
322 RTTEST_CHECK_RC_RETV(g_hTest, RTCritSectRwInit(&CritSectRw), VINF_SUCCESS);
348 RTTEST_CHECK_RC_RET(g_hTest, RTCritSectRwInit(&CritSectRw), VINF_SUCCESS, false);
/vbox/src/VBox/Runtime/r3/
H A Dmemsafer-r3.cpp119 return RTCritSectRwInit(&g_MemSaferCritSect);
/vbox/src/VBox/Runtime/generic/
H A Dcritsectrw-generic.cpp49 RTDECL(int) RTCritSectRwInit(PRTCRITSECTRW pThis) function
53 RT_EXPORT_SYMBOL(RTCritSectRwInit); variable
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFOS.cpp95 return RTCritSectRwInit(&pUVM->dbgf.s.OSCritSect);
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.c319 rc = RTCritSectRwInit(&pData->CsRwHandlerChain);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp2313 int rc = RTCritSectRwInit(&pThis->CritSect);
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp137 rc = RTCritSectRwInit(&mCrOglLock);

Completed in 113 milliseconds