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

/vbox/src/VBox/Runtime/testcase/
H A DtstOnce.cpp113 RTONCE Once1 = RTONCE_INITIALIZER; local
115 int rc = RTOnce(&Once1, Once1CB, (void *)1);
117 RTPrintf("tstOnce: ERROR - Once1, 1 failed, rc=%Rrc\n", rc);
119 rc = RTOnce(&Once1, Once1CB, (void *)1);
121 RTPrintf("tstOnce: ERROR - Once1, 2 failed, rc=%Rrc\n", rc);

Completed in 707 milliseconds