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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTCritSectRw.cpp71 uint64_t *pcItr = (uint64_t *)pvUser; local
141 (*pcItr)++;
210 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Thread %s exited with %lld\n", RTThreadSelfName(), *pcItr);
H A DtstRTSemRW.cpp70 uint64_t *pcItr = (uint64_t *)pvUser; local
140 (*pcItr)++;
209 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Thread %s exited with %lld\n", RTThreadSelfName(), *pcItr);

Completed in 33 milliseconds