diff options
author | rpj <rpj> | 1998-07-26 03:32:18 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-07-26 03:32:18 +0000 |
commit | c9d01733e79f70581d2e6616332ac47677a6a2bd (patch) | |
tree | 9e295213b1c84188ae8cc33aa45644d6bb7afc3d /ChangeLog | |
parent | 318cf7a90bc90a333061e721cf199ab341babe12 (diff) |
Sun Jul 26 13:06:12 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* exit.c (_pthread_vacuum): Add thread entry deletion code
moved from _pthread_start_call(). See next item.
(pthread_exit): Remove longjmp(). Add mutex lock around thread table
manipulation code. This routine now calls _enthreadex().
* create.c (_pthread_start_call): Remove setjmp() call and move
cleanup code out. Call pthread_exit(NULL) to terminate the thread.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sun Jul 26 13:06:12 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au> + + * exit.c (_pthread_vacuum): Add thread entry deletion code + moved from _pthread_start_call(). See next item. + (pthread_exit): Remove longjmp(). Add mutex lock around thread table + manipulation code. This routine now calls _enthreadex(). + + * create.c (_pthread_start_call): Remove setjmp() call and move + cleanup code out. Call pthread_exit(NULL) to terminate the thread. + 1998-07-26 Ben Elliston <bje@cygnus.com> * tsd.c (pthread_getspecific): Update comments. |