Changeset 39836 in vbox for trunk/include
- Timestamp:
- Jan 23, 2012 3:35:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/thread.h
r39443 r39836 244 244 typedef enum RTTHREADFLAGS 245 245 { 246 /** 247 * This flag is used to keep the thread structure around so it can248 * 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! 249 249 */ 250 250 RTTHREADFLAGS_WAITABLE = RT_BIT(0),
Note:
See TracChangeset
for help on using the changeset viewer.