summaryrefslogtreecommitdiff
path: root/global.c
diff options
context:
space:
mode:
Diffstat (limited to 'global.c')
-rw-r--r--global.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/global.c b/global.c
index a8bd69a..ecc3d27 100644
--- a/global.c
+++ b/global.c
@@ -20,5 +20,11 @@ pthread_key_t _pthread_cleanupKey = NULL;
*/
CRITICAL_SECTION _pthread_mutex_test_init_lock;
+/*
+ * Global lock for testing internal state of PTHREAD_COND_INITIALIZER
+ * created condition variables.
+ */
+CRITICAL_SECTION _pthread_cond_test_init_lock;
+