Searched defs:Once2CB (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstOnce.cpp65 static DECLCALLBACK(int) Once2CB(void *pvUser) function
69 RTPrintf("tstOnce: ERROR - Once2CB: g_cOnce2CB not zero!\n");
75 RTPrintf("tstOnce: ERROR - Once2CB: pvUser=%p!\n", pvUser);
92 rc = RTOnce(&g_Once2, Once2CB, (void *)42);
97 RTPrintf("tstOnce: ERROR - Once2CB: Not initialized!\n");

Completed in 97 milliseconds