pthread_getw32threadhandle_np – get the Win32 thread handle associated with a thread
#include <pthread.h>
HANDLE pthread_getw32threadhandle_np(pthread_t thread);
Returns the Win32 native thread HANDLE that the POSIX thread thread is running as.
Applications can use the Win32 handle to set Win32 specific attributes of the thread.
None.
pthread_getw32threadhandle_np returns the Win32 native thread HANDLE for the specified POSIX thread thread.
None.
Ross Johnson for use with Pthreads-w32.