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

/vbox/src/VBox/Runtime/generic/
H A Dsched-generic.cpp57 * This will check that all rtThreadNativeSetPriority() will success for all the
83 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dthread2-r0drv-os2.cpp53 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dthread2-r0drv-linux.c52 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dthread2-r0drv-freebsd.c55 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dthread2-r0drv-haiku.c56 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dthread2-r0drv-nt.cpp52 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dthread2-r0drv-solaris.c55 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/include/internal/
H A Dthread.h205 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dthread2-r0drv-darwin.cpp56 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/r3/os2/
H A Dsched-os2.cpp201 * This will check that all rtThreadNativeSetPriority() will success for all the
227 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/r3/darwin/
H A Dsched-darwin.cpp277 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/r3/win/
H A Dsched-win.cpp268 * This will check that all rtThreadNativeSetPriority() will success for all the
308 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dsched-linux.cpp529 * This will check that all rtThreadNativeSetPriority() will success for all the
586 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType)
602 Log(("rtThreadNativeSetPriority: Thread=%p enmType=%d iPriority=%d pid=%d\n", pThread->Core.Key, enmType, iPriority, getpid()));
/vbox/src/VBox/Runtime/common/misc/
H A Dthread.cpp704 rc = rtThreadNativeSetPriority(pThread, pThread->enmType);
1270 rc = rtThreadNativeSetPriority(pThread, enmType);
1349 int rc = rtThreadNativeSetPriority(pThread, pThread->enmType);
/vbox/src/VBox/Runtime/r3/posix/
H A Dsched-posix.cpp640 * This will check that all rtThreadNativeSetPriority() will success for all the
742 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) function
766 Log(("rtThreadNativeSetPriority: Thread=%p enmType=%d iPolicy=%d sched_priority=%d pid=%d\n",
787 Log(("rtThreadNativeSetPriority: Thread=%p enmType=%d iPriority=%d pid=%d\n", pThread->Core.Key, enmType, iPriority, getpid()));

Completed in 94 milliseconds