Searched refs:PRTONCE (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Donce.h89 typedef RTONCE *PRTONCE; typedef
143 RTDECL(int) RTOnceSlow(PRTONCE pOnce, PFNRTONCE pfnOnce, FNRTONCECLEANUP pfnCleanUp, void *pvUser);
156 DECLINLINE(int) RTOnce(PRTONCE pOnce, PFNRTONCE pfnOnce, void *pvUser)
180 DECLINLINE(int) RTOnceEx(PRTONCE pOnce, PFNRTONCE pfnOnce, PFNRTONCECLEANUP pfnCleanUp, void *pvUser)
199 RTDECL(void) RTOnceReset(PRTONCE pOnce);
/vbox/src/VBox/Runtime/common/misc/
H A Donce.cpp88 PRTONCE pCur, pPrev;
180 static int rtOnceOtherThread(PRTONCE pOnce, PRTSEMEVENTMULTI phEvtM)
289 RTDECL(int) RTOnceSlow(PRTONCE pOnce, PFNRTONCE pfnOnce, PFNRTONCECLEANUP pfnCleanUp, void *pvUser)
410 RTDECL(void) RTOnceReset(PRTONCE pOnce)

Completed in 48 milliseconds