From d2b7bdcbe575ac913299dacaccfc0b3161d8162f Mon Sep 17 00:00:00 2001 From: bje Date: Sun, 12 Jul 1998 11:27:15 +0000 Subject: * ChangeLog: Update. --- ChangeLog | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6b3c193..29c69b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,32 @@ 1998-07-12 Ben Elliston + * implement.h (_pthread_mutex_attr_t): Define this implementation + internal type. Application programmers only see a mutex attribute + object as a void pointer. + * pthread.h (pthread_mutexattr_t): Define this type. - (pthread_mutexattr_setprotocol): Add function prototype. + (pthread_mutexattr_init): Add function prototype. + (pthread_mutexattr_destroy): Likewise. + (pthread_mutexattr_setpshared): Likewise. + (pthread_mutexattr_getpshared): Likewise. + (pthread_mutexattr_setprotocol): Likewise. (pthread_mutexattr_getprotocol): Likewise. (pthread_mutexattr_setprioceiling): Likewise. (pthread_mutexattr_getprioceiling): Likewise. + (PTHREAD_PROCESS_PRIVATE): Define. + (PTHREAD_PROCESS_SHARED): Define. - * mutex.c (pthread_mutexattr_setprotocol): Implement. + * mutex.c (pthread_mutexattr_init): Implement. + (pthread_mutexattr_destroy): Implement. + (pthread_mutexattr_setprotocol): Implement. (pthread_mutexattr_getprotocol): Likewise. (pthread_mutexattr_setprioceiling): Likewise. (pthread_mutexattr_getprioceiling): Likewise. + (pthread_mutexattr_setpshared): Likewise. + (pthread_mutexattr_getpshared): Likewise. + (insert_attr): New function; very preliminary implementation! + (is_attr): Likewise. + (remove_attr): Likewise. Sat Jul 11 14:48:54 1998 Ross Johnson -- cgit v1.2.3