diff options
-rw-r--r-- | README.NONPORTABLE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.NONPORTABLE b/README.NONPORTABLE index c2bbc18..0985097 100644 --- a/README.NONPORTABLE +++ b/README.NONPORTABLE @@ -126,14 +126,14 @@ pthread_win32_thread_detach_np (void); pthread_win32_thread_attach_np() is currently a no-op, but pthread_win32_thread_detach_np() is needed to clean up - after Win32 threads that have called pthreads routines - have exited. + the implicit pthread handle that is allocated to a Win32 thread if + it calls certain pthreads routines. Call this routine when the + Win32 thread exits. These functions invariably return TRUE except for pthread_win32_process_attach_np() which will return FALSE if pthreads-win32 initialisation fails. - int pthreadCancelableWait (HANDLE waitHandle); |