Changeset 71127 in vbox for trunk/include/iprt/thread.h
- Timestamp:
- Feb 26, 2018 3:21:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/thread.h
r69105 r71127 326 326 */ 327 327 RTDECL(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 */ 338 RTDECL(uintptr_t) RTThreadGetNativeHandle(RTTHREAD hThread); 328 339 329 340 /**
Note:
See TracChangeset
for help on using the changeset viewer.