diff options
author | rpj <rpj> | 2003-08-14 16:28:23 +0000 |
---|---|---|
committer | rpj <rpj> | 2003-08-14 16:28:23 +0000 |
commit | ebd16f1f5de7cab1b6f6a75ec0f9fab8ceff94c9 (patch) | |
tree | 247454f939eebd57721bbb83596ee5a0a7d8ca22 /README.NONPORTABLE | |
parent | a50745ec922a917513029f3f87bf820827b43f29 (diff) |
Minor edit.
Diffstat (limited to 'README.NONPORTABLE')
-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); |