diff options
author | rpj <rpj> | 1998-07-25 15:46:04 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-07-25 15:46:04 +0000 |
commit | d2298ecbc9910e9186dad3eeb7fa8eed7bca9a80 (patch) | |
tree | 70b888de3962c85cd93d6fcef87fcd05f9e35c4d /implement.h | |
parent | 9ec682372a4f13353f7437fcffd48b75b5489a8f (diff) |
Sun Jul 26 00:09:59 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* sync.c: Rename all instances of _pthread_count_mutex to
_pthread_table_mutex.
* implement.h: Rename _pthread_count_mutex to
_pthread_table_mutex.
* global.c: Rename _pthread_count_mutex to
_pthread_table_mutex.
* create.c (pthread_create): Add critical sections.
(_pthread_start_call): Rename _pthread_count_mutex to
_pthread_table_mutex.
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/implement.h b/implement.h index 7c6c6d2..cde8a33 100644 --- a/implement.h +++ b/implement.h @@ -116,7 +116,7 @@ void _pthread_vacuum(void); /* Global data declared in global.c */ -extern pthread_mutex_t _pthread_count_mutex; +extern pthread_mutex_t _pthread_table_mutex; extern DWORD _pthread_threads_count; |