summaryrefslogtreecommitdiff
path: root/global.c
diff options
context:
space:
mode:
Diffstat (limited to 'global.c')
-rw-r--r--global.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/global.c b/global.c
index 128a17b..8698c37 100644
--- a/global.c
+++ b/global.c
@@ -32,10 +32,9 @@ int ptw32_processInitialized = FALSE;
pthread_key_t ptw32_selfThreadKey = NULL;
pthread_key_t ptw32_cleanupKey = NULL;
-/*
- * Function pointer to TryEnterCriticalSection if it exists; otherwise NULL
- */
-BOOL (WINAPI *ptw32_try_enter_critical_section)(LPCRITICAL_SECTION) = NULL;
+int ptw32_mutex_default_kind = PTHREAD_MUTEX_DEFAULT;
+
+int ptw32_concurrency = 0;
/*
* Global lock for testing internal state of PTHREAD_MUTEX_INITIALIZER