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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Thread.cpp41 * State structure for tstRTR0ThreadCallback().
52 /** Pointer to state structure for tstRTR0ThreadCallback(). */
56 static DECLCALLBACK(int) tstRTR0ThreadCallback(RTTHREAD hThread, void *pvUser) function
100 RTR0TESTR0_CHECK_RC_BREAK(RTThreadCreate(&Data.hThread, tstRTR0ThreadCallback, &Data, 0 /* cbStack */,

Completed in 55 milliseconds