Changeset 86525 in vbox for trunk/src/VBox/Runtime/r3/linux
- 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/linux/sched-linux.cpp
r82968 r86525 597 597 598 598 599 /**600 * Validates and sets the process priority.601 *602 * This will check that all rtThreadNativeSetPriority() will success for all the603 * thread types when applied to the current thread.604 *605 * @returns iprt status code.606 * @param enmPriority The priority to validate and set.607 */608 599 DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority) 609 600 { … … 681 672 682 673 683 /**684 * Sets the priority of the thread according to the thread type685 * and current process priority.686 *687 * The RTTHREADINT::enmType member has not yet been updated and will be updated by688 * the caller on a successful return.689 *690 * @returns iprt status code.691 * @param pThread The thread in question.692 * @param enmType The thread type.693 */694 674 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) 695 675 {
Note:
See TracChangeset
for help on using the changeset viewer.