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

/vbox/include/iprt/
H A Donce.h51 typedef FNRTONCE *PFNRTONCE; 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)
/vbox/src/VBox/Runtime/common/misc/
H A Donce.cpp289 RTDECL(int) RTOnceSlow(PRTONCE pOnce, PFNRTONCE pfnOnce, PFNRTONCECLEANUP pfnCleanUp, void *pvUser)

Completed in 912 milliseconds