From b1dc8324d03053ffb427424c8de046863757d8ec Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 26 May 2007 14:57:19 +0000 Subject: Added pthread_getw32threadid_np function untested --- pthread.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index 1fd465b..9026111 100644 --- a/pthread.h +++ b/pthread.h @@ -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); /* -- cgit v1.2.3