- Timestamp:
- Jul 29, 2021 9:07:19 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/include/iprt/thread.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/thread.h
r90395 r90399 452 452 */ 453 453 RTDECL(bool) RTThreadIsSelfAlive(void); 454 455 /**456 * Checks if the calling thread is known to IPRT.457 *458 * @returns @c true if it is, @c false if it isn't.459 */460 RTDECL(bool) RTThreadIsOperational(void);461 454 462 455 /**
Note:
See TracChangeset
for help on using the changeset viewer.

