VirtualBox

Changeset 39836 in vbox for trunk/include


Ignore:
Timestamp:
Jan 23, 2012 3:35:18 PM (13 years ago)
Author:
vboxsync
Message:

Clearify RTTHREADFLAGS_WAITABLE docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/thread.h

    r39443 r39836  
    244244typedef enum RTTHREADFLAGS
    245245{
    246     /**
    247      * This flag is used to keep the thread structure around so it can
    248      * be waited on after termination.
     246    /** This flag is used to keep the thread structure around so it can
     247     * be waited on after termination.  @sa RTThreadWait and
     248     * RTThreadWaitNoResume.  Not required for RTThreadUserWait and friends!
    249249     */
    250250    RTTHREADFLAGS_WAITABLE = RT_BIT(0),
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