Changeset 243 in vbox for trunk/include/iprt
- Timestamp:
- Jan 23, 2007 4:48:21 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17773
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/thread.h
r1 r243 353 353 */ 354 354 RTR3DECL(int) RTThreadSetAffinity(uint64_t u64Mask); 355 356 /** 357 * Exits the current thread 358 * @note does not return 359 * 360 */ 361 RTR3DECL(void) RTThreadExit(void); 362 355 363 #endif /* IN_RING3 */ 356 364
Note:
See TracChangeset
for help on using the changeset viewer.