From e54818fa1513ff6802c929d27f01df2257d8c153 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 26 Jul 1998 11:25:32 +0000 Subject: Sun Jul 26 13:06:12 1998 Ross Johnson * 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(). * create.c (_pthread_start_call): Change pthread_exit() call to _pthread_exit() call. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e9a57c..ca94e5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ Sun Jul 26 13:06:12 1998 Ross Johnson + * 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(). + + * create.c (_pthread_start_call): Change pthread_exit() call to + _pthread_exit() call. + * 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 -- cgit v1.2.3