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 --- README.NONPORTABLE | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.NONPORTABLE') diff --git a/README.NONPORTABLE b/README.NONPORTABLE index e138758..192fef6 100644 --- a/README.NONPORTABLE +++ b/README.NONPORTABLE @@ -72,6 +72,16 @@ pthread_getw32threadhandle_np(pthread_t thread); Applications can use the win32 handle to set win32 specific attributes of the thread. +DWORD +pthread_getw32threadid_np (pthread_t thread) + + Returns the win32 thread ID that the POSIX + thread "thread" is running as. + + Only valid when the library is built where + ! defined (__MINGW32__) || defined (__MSVCRT__) || defined (__DMC__) + and otherwise returns 0. + int pthread_mutexattr_setkind_np(pthread_mutexattr_t * attr, int kind) -- cgit v1.2.3