summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorrpj <rpj>2002-09-20 02:35:51 +0000
committerrpj <rpj>2002-09-20 02:35:51 +0000
commit5ef5ad3390c967520922b99b130ed6339aa3a8d6 (patch)
tree93c70af299db5bb52f8bf4c370d4edf2b3458b7c /CONTRIBUTORS
parent6ae85d969228650bd4cf432bd4d6dcd959bf1a59 (diff)
2002-09-20 Michael Johnson <michaelj@maine.rr.com>
* pthread_cond_destroy.c (pthread_cond_destroy): When two different threads exist, and one is attempting to destroy a condition variable while the other is attempting to initialize a condition variable that was created with PTHREAD_COND_INITIALIZER, a deadlock can occur. Shrink the ptw32_cond_list_lock critical section to fix it.
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 513b637..78bb7a1 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -98,3 +98,5 @@ Max Woodbury mtew@cds.duke.edu
reduced namespace pollution;
idea to separate routines to reduce statically
linked image sizes.
+Michael Johnson michaelj@maine.rr.com
+ Bug fix.