VirtualBox

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


Ignore:
Timestamp:
Oct 11, 2020 6:28:52 PM (5 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/os2/sched-os2.cpp

    r82968 r86525  
    197197
    198198
    199 /**
    200  * Validates and sets the process priority.
    201  * This will check that all rtThreadNativeSetPriority() will success for all the
    202  * thread types when applied to the current thread.
    203  *
    204  * @returns iprt status code.
    205  * @param   enmPriority     The priority to validate and set.
    206  * @remark  Located in sched.
    207  */
    208199DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority)
    209200{
     
    227218
    228219
    229 /**
    230  * Sets the priority of the thread according to the thread type
    231  * and current process priority.
    232  *
    233  * The RTTHREADINT::enmType member has not yet been updated and will be updated by
    234  * the caller on a successful return.
    235  *
    236  * @returns iprt status code.
    237  * @param   pThread     The thread in question.
    238  * @param   enmType     The thread type.
    239  * @remark  Located in sched.
    240  */
    241220DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType)
    242221{
Note: See TracChangeset for help on using the changeset viewer.

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