Searched defs:PFNRTONCE (Results 1 - 1 of 1) 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)

Completed in 42 milliseconds