diff options
author | rpj <rpj> | 1998-07-28 04:09:42 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-07-28 04:09:42 +0000 |
commit | 70831b26a1608227f7cf91a9ef07376fe4620b26 (patch) | |
tree | 300bcde58719445847985ba52be4d896a92b6846 /ChangeLog | |
parent | 8a90a4b73ddc1709dd6b6ee5799cce4d57b66a8e (diff) |
Tue Jul 28 14:04:29 1998 Ross Johnson <rpj@swan.canberra.edu.au>
* private.c: Added detailed explanation of the new thread
allocation scheme.
(_pthread_new_thread): Totally rewritten to use
new thread allocation scheme.
(_pthread_delete_thread): Ditto.
(_pthread_find_thread): Obsolete.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Tue Jul 28 14:04:29 1998 Ross Johnson <rpj@swan.canberra.edu.au> + + * private.c: Added detailed explanation of the new thread + allocation scheme. + (_pthread_new_thread): Totally rewritten to use + new thread allocation scheme. + (_pthread_delete_thread): Ditto. + (_pthread_find_thread): Obsolete. + Mon Jul 27 17:46:37 1998 Ross Johnson <rpj@swan.canberra.edu.au> * create.c (pthread_create): Start of rewrite. Not completed yet. |