diff options
Diffstat (limited to 'global.c')
-rw-r--r-- | global.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; + |