Changeset 249 in vbox
- Timestamp:
- Jan 23, 2007 5:11:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/thread.h
r243 r249 354 354 RTR3DECL(int) RTThreadSetAffinity(uint64_t u64Mask); 355 355 356 /**357 * Exits the current thread358 * @note does not return359 *360 */361 RTR3DECL(void) RTThreadExit(void);362 363 356 #endif /* IN_RING3 */ 364 357
Note:
See TracChangeset
for help on using the changeset viewer.