Searched refs:rtThreadNativeGetHandle (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dsched-win.cpp288 DECLINLINE(HANDLE) rtThreadNativeGetHandle(PRTTHREADINT pThread) function
315 if (SetThreadPriority(rtThreadNativeGetHandle(pThread), g_pProcessPriority->aTypes[enmType].dwThreadPriority))
321 rtThreadNativeGetHandle(pThread), g_pProcessPriority->aTypes[enmType].dwThreadPriority, dwLastError, rc));

Completed in 42 milliseconds