VirtualBox

Changeset 71127 in vbox for trunk/include/iprt/thread.h


Ignore:
Timestamp:
Feb 26, 2018 3:21:36 PM (7 years ago)
Author:
vboxsync
Message:

IPRT: Added RTThreadGetNativeHandle for windows.

File:
1 edited

Legend:

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

    r69105 r71127  
    326326 */
    327327RTDECL(RTNATIVETHREAD) RTThreadGetNative(RTTHREAD Thread);
     328
     329/**
     330 * Gets the native thread handle for a IPRT thread.
     331 *
     332 * @returns The thread handle. INVALID_HANDLE_VALUE on failure.
     333 * @param   hThread     The IPRT thread handle.
     334 *
     335 * @note    Windows only.
     336 * @note    Only valid after parent returns from the thread creation call.
     337 */
     338RTDECL(uintptr_t) RTThreadGetNativeHandle(RTTHREAD hThread);
    328339
    329340/**
Note: See TracChangeset for help on using the changeset viewer.

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