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

/vbox/src/VBox/Runtime/testcase/
H A DtstSemPingPong.cpp48 static DECLCALLBACK(int) tstSemPingPongThread(RTTHREAD hThread, void *pvPP) function
103 rc = RTThreadCreate(&hThread, tstSemPingPongThread, &PingPong, 0, RTTHREADTYPE_DEFAULT, RTTHREADFLAGS_WAITABLE, "PONG");

Completed in 41 milliseconds