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

/vbox/src/VBox/Runtime/include/internal/
H A Dprocess.h36 extern DECLHIDDEN(RTPROCPRIORITY) g_enmProcessPriority;
52 DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority);
H A Dthread.h239 DECLHIDDEN(int) rtThreadDoSetProcPriority(RTPROCPRIORITY enmPriority);
/vbox/src/VBox/Runtime/r3/
H A Dprocess.cpp74 RTR3DECL(int) RTProcSetPriority(RTPROCPRIORITY enmPriority)
86 * @returns The priority (see RTPROCPRIORITY).
88 RTR3DECL(RTPROCPRIORITY) RTProcGetPriority(void)
H A Dinit.cpp128 DECLHIDDEN(RTPROCPRIORITY) g_enmProcessPriority = RTPROCPRIORITY_DEFAULT;
/vbox/include/iprt/
H A Dprocess.h51 typedef enum RTPROCPRIORITY enum
84 } RTPROCPRIORITY; typedef in typeref:enum:RTPROCPRIORITY
113 RTR3DECL(int) RTProcSetPriority(RTPROCPRIORITY enmPriority);
118 * @returns The priority (see RTPROCPRIORITY).
120 RTR3DECL(RTPROCPRIORITY) RTProcGetPriority(void);
/vbox/src/VBox/Runtime/generic/
H A Dsched-generic.cpp64 DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority)
/vbox/src/VBox/Runtime/r3/os2/
H A Dsched-os2.cpp57 RTPROCPRIORITY enmPriority;
208 DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority)
/vbox/src/VBox/Runtime/r3/darwin/
H A Dsched-darwin.cpp62 RTPROCPRIORITY enmPriority;
256 DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority)
/vbox/src/VBox/Runtime/r3/win/
H A Dsched-win.cpp55 RTPROCPRIORITY enmPriority;
275 DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority)
/vbox/src/VBox/Runtime/r3/linux/
H A Dsched-linux.cpp93 RTPROCPRIORITY enmPriority;
535 DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority)
/vbox/src/VBox/Runtime/r3/posix/
H A Dsched-posix.cpp90 RTPROCPRIORITY enmPriority;
646 DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority)
/vbox/src/VBox/ValidationKit/utils/misc/
H A Dloadgenerator.cpp172 RTPROCPRIORITY enmProcPriority = RTPROCPRIORITY_DEFAULT;
/vbox/src/VBox/Runtime/common/misc/
H A Dthread.cpp1368 DECLHIDDEN(int) rtThreadDoSetProcPriority(RTPROCPRIORITY enmPriority)

Completed in 57 milliseconds