Changeset 86525 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Oct 11, 2020 6:28:52 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140840
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp
r82968 r86525 639 639 640 640 641 /**642 * Validates and sets the process priority.643 * This will check that all rtThreadNativeSetPriority() will success for all the644 * thread types when applied to the current thread.645 *646 * @returns iprt status code.647 * @param enmPriority The priority to validate and set.648 */649 641 DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority) 650 642 { … … 777 769 778 770 779 /**780 * Sets the priority of the thread according to the thread type781 * and current process priority.782 *783 * The RTTHREADINT::enmType member has not yet been updated and will be updated by784 * the caller on a successful return.785 *786 * @returns iprt status code.787 * @param Thread The thread in question.788 * @param enmType The thread type.789 */790 771 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) 791 772 {
Note:
See TracChangeset
for help on using the changeset viewer.