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

/vbox/src/VBox/Runtime/include/internal/
H A Dsched.h43 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType);
/vbox/src/VBox/Runtime/generic/
H A Dsched-generic.cpp48 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/r3/os2/
H A Dsched-os2.cpp192 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/r3/darwin/
H A Dsched-darwin.cpp223 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/r3/win/
H A Dsched-win.cpp259 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dsched-linux.cpp454 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType)
/vbox/src/VBox/Runtime/r3/posix/
H A Dsched-posix.cpp511 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/common/misc/
H A Dthread.cpp150 rc = rtSchedNativeCalcDefaultPriority(RTTHREADTYPE_DEFAULT);
1330 int rc = rtSchedNativeCalcDefaultPriority(enmType);

Completed in 44 milliseconds