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

    r82968 r86525  
    264264
    265265
    266 /**
    267  * Validates and sets the process priority.
    268  * This will check that all rtThreadNativeSetPriority() will success for all the
    269  * thread types when applied to the current thread.
    270  *
    271  * @returns iprt status code.
    272  * @param   enmPriority     The priority to validate and set.
    273  * @remark  Located in sched.
    274  */
    275266DECLHIDDEN(int) rtProcNativeSetPriority(RTPROCPRIORITY enmPriority)
    276267{
     
    309300
    310301
    311 /**
    312  * Sets the priority of the thread according to the thread type
    313  * and current process priority.
    314  *
    315  * The RTTHREADINT::enmType member has not yet been updated and will be updated by
    316  * the caller on a successful return.
    317  *
    318  * @returns iprt status code.
    319  * @param   pThread     The thread in question.
    320  * @param   enmType     The thread type.
    321  * @remark  Located in sched.
    322  */
    323302DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType)
    324303{
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