diff options
author | rpj <rpj> | 2007-05-26 14:57:19 +0000 |
---|---|---|
committer | rpj <rpj> | 2007-05-26 14:57:19 +0000 |
commit | b1dc8324d03053ffb427424c8de046863757d8ec (patch) | |
tree | 0080dbfd318a96acff7fcb066ac8e95e56acd9dc /pthread.h | |
parent | dc5c626bef9483c717bee53568aaf5813a551019 (diff) |
Added pthread_getw32threadid_np function untested
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1184,6 +1184,10 @@ PTW32_DLLPORT void * PTW32_CDECL pthread_timechange_handler_np(void *); * Returns the Win32 HANDLE for the POSIX thread. */ PTW32_DLLPORT HANDLE PTW32_CDECL pthread_getw32threadhandle_np(pthread_t thread); +/* + * Returns the win32 thread ID for POSIX thread. + */ +PTW32_DLLPORT DWORD PTW32_CDECL pthread_getw32threadid_np (pthread_t thread); /* |