VirtualBox

Ignore:
Timestamp:
Oct 11, 2020 6:28:52 PM (4 years ago)
Author:
vboxsync
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/generic/sched-generic.cpp

    r82968 r86525  
    5353
    5454
    55 /**
    56  * Validates and sets the process priority.
    57  * This will check that all rtThreadNativeSetPriority() will success for all the
    58  * thread types when applied to the current thread.
    59  *
    60  * @returns iprt status code.
    61  * @param   enmPriority     The priority to validate and set.
    62  * @remark  Located in sched.
    63  */
    6455DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority)
    6556{
     
    6960
    7061
    71 /**
    72  * Sets the priority of the thread according to the thread type
    73  * and current process priority.
    74  *
    75  * The RTTHREADINT::enmType member has not yet been updated and will be updated by
    76  * the caller on a successful return.
    77  *
    78  * @returns iprt status code.
    79  * @param   pThread     The thread in question.
    80  * @param   enmType     The thread type.
    81  * @remark  Located in sched.
    82  */
    8362DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType)
    8463{
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