Searched refs:RTSemXRoadsCreate (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTSemXRoads.cpp122 RTTEST_CHECK_RC_RETV(g_hTest, RTSemXRoadsCreate(&g_hXRoads), VINF_SUCCESS);
165 RTTEST_CHECK_RC_RET(g_hTest, RTSemXRoadsCreate(&hXRoads), VINF_SUCCESS, false);
/vbox/src/VBox/Runtime/generic/
H A Dsemxroads-generic.cpp132 RTDECL(int) RTSemXRoadsCreate(PRTSEMXROADS phXRoads) function
/vbox/include/iprt/
H A Dsemaphore.h1381 RTDECL(int) RTSemXRoadsCreate(PRTSEMXROADS phXRoads);
H A Dmangling.h1316 # define RTSemXRoadsCreate RT_MANGLER(RTSemXRoadsCreate) macro
/vbox/src/VBox/Runtime/common/alloc/
H A Dmemtracker.cpp223 rc = RTSemXRoadsCreate(&pTracker->hXRoads);
226 rc = RTSemXRoadsCreate(&pTracker->hXRoadsTagDb);
/vbox/src/VBox/Main/src-client/
H A DDisplayImplLegacy.cpp41 int rc = RTSemXRoadsCreate(&pVideoAccel->hXRoadsVideoAccel);
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp300 int rc = RTSemXRoadsCreate(&hXRoads);

Completed in 109 milliseconds