From 70831b26a1608227f7cf91a9ef07376fe4620b26 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 28 Jul 1998 04:09:42 +0000 Subject: Tue Jul 28 14:04:29 1998 Ross Johnson * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d8d18b7..f876fbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Jul 28 14:04:29 1998 Ross Johnson + + * 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 * create.c (pthread_create): Start of rewrite. Not completed yet. -- cgit v1.2.3