VirtualBox

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


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/linux/sched-linux.cpp

    r82968 r86525  
    597597
    598598
    599 /**
    600  * Validates and sets the process priority.
    601  *
    602  * This will check that all rtThreadNativeSetPriority() will success for all the
    603  * thread types when applied to the current thread.
    604  *
    605  * @returns iprt status code.
    606  * @param   enmPriority     The priority to validate and set.
    607  */
    608599DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority)
    609600{
     
    681672
    682673
    683 /**
    684  * Sets the priority of the thread according to the thread type
    685  * and current process priority.
    686  *
    687  * The RTTHREADINT::enmType member has not yet been updated and will be updated by
    688  * 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  */
    694674DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType)
    695675{
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