Changeset 23124 in vbox for trunk/include/iprt
- Timestamp:
- Sep 18, 2009 11:52:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/thread.h
r22614 r23124 379 379 380 380 /** 381 * Checks if the specified thread is the main thread. 382 * 383 * @returns true if it is, false if it isn't. 384 * 385 * @param hThread The thread handle. 386 */ 387 RTDECL(bool) RTThreadIsMain(RTTHREAD hThread); 388 389 /** 381 390 * Signal the user event. 382 391 * … … 487 496 /** The Old PIL. Don't touch! */ 488 497 uint32_t uOldPil; 489 # define RTTHREADPREEMPTSTATE_INITIALIZER { NIL_RTCPUID, UINT32_MAX } 498 # define RTTHREADPREEMPTSTATE_INITIALIZER { NIL_RTCPUID, UINT32_MAX } 490 499 #else 491 500 /** Reserved, MBZ. */
Note:
See TracChangeset
for help on using the changeset viewer.