VirtualBox

Changeset 243 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 23, 2007 4:48:21 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17773
Message:

Added RTThreadExit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/thread.h

    r1 r243  
    353353 */
    354354RTR3DECL(int) RTThreadSetAffinity(uint64_t u64Mask);
     355
     356/**
     357 * Exits the current thread
     358 * @note does not return
     359 *
     360 */
     361RTR3DECL(void) RTThreadExit(void);
     362
    355363#endif /* IN_RING3 */
    356364
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette