diff options
author | rpj <rpj> | 1998-07-26 11:33:21 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-07-26 11:33:21 +0000 |
commit | e564950fd61e9ada9a0c6a599457508b8429c81b (patch) | |
tree | 994bf5d5a4cbe364aee88e1e0a4174ee16e3027c /ChangeLog | |
parent | e54818fa1513ff6802c929d27f01df2257d8c153 (diff) |
Sun Jul 26 13:06:12 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* exit.c (_pthread_exit): Move thread entry delete call from _pthread_vacuum()
into here. Add more explanation of thread entry deletion.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ Sun Jul 26 13:06:12 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au> * exit.c (_pthread_exit): New function. Called from pthread_exit() and _pthread_start_call() to exit the thread. It allows an extra argument which is the return code passed to _endthreadex(). + (_pthread_exit): Move thread entry delete call from _pthread_vacuum() + into here. Add more explanation of thread entry deletion. * create.c (_pthread_start_call): Change pthread_exit() call to _pthread_exit() call. |