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

/vbox/src/VBox/Runtime/r3/linux/
H A Dsched-linux.cpp389 static void *rtSchedNativeProberThread(void *pvUser) function
467 int rc = rtSchedRunThread(rtSchedNativeProberThread, NULL);
/vbox/src/VBox/Runtime/r3/posix/
H A Dsched-posix.cpp446 static void *rtSchedNativeProberThread(void *pvUser) function
521 int rc = rtSchedCreateThread(rtSchedNativeProberThread, NULL);

Completed in 69 milliseconds