VirtualBox

Changeset 86525 in vbox for trunk/src/VBox/Runtime/r3/posix


Ignore:
Timestamp:
Oct 11, 2020 6:28:52 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140840
Message:

Runtime/r3/*/sched-*.cpp: Doxygen cleanup, only keep the doxygen comment where rtProcNativeSetPriority() and rtThreadNativeSetPriority() are declared to get away with trying to keep the different versions in sync which didn't work anyway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp

    r82968 r86525  
    639639
    640640
    641 /**
    642  * Validates and sets the process priority.
    643  * This will check that all rtThreadNativeSetPriority() will success for all the
    644  * thread types when applied to the current thread.
    645  *
    646  * @returns iprt status code.
    647  * @param   enmPriority     The priority to validate and set.
    648  */
    649641DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority)
    650642{
     
    777769
    778770
    779 /**
    780  * Sets the priority of the thread according to the thread type
    781  * and current process priority.
    782  *
    783  * The RTTHREADINT::enmType member has not yet been updated and will be updated by
    784  * 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  */
    790771DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType)
    791772{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette