summaryrefslogtreecommitdiff
path: root/README.NONPORTABLE
diff options
context:
space:
mode:
authorrpj <rpj>2003-08-14 16:28:23 +0000
committerrpj <rpj>2003-08-14 16:28:23 +0000
commitebd16f1f5de7cab1b6f6a75ec0f9fab8ceff94c9 (patch)
tree247454f939eebd57721bbb83596ee5a0a7d8ca22 /README.NONPORTABLE
parenta50745ec922a917513029f3f87bf820827b43f29 (diff)
Minor edit.
Diffstat (limited to 'README.NONPORTABLE')
-rw-r--r--README.NONPORTABLE6
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);