Changeset 20124 in vbox for trunk/include/iprt/thread.h
- Timestamp:
- May 28, 2009 3:40:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/thread.h
r20008 r20124 449 449 450 450 /** 451 * Is RTThreadPreemptIsPending reliable? 452 * 453 * @returns true if pending, false if not. 454 */ 455 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void); 456 457 /** 451 458 * Preemption state saved by RTThreadPreemptDisable and used by 452 459 * RTThreadPreemptRestore to restore the previous state.
Note:
See TracChangeset
for help on using the changeset viewer.