From 22df4f5c42b3ac110f78fceed8d248900ea5419f Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 26 Mar 2011 00:19:09 +0000 Subject: New interface (not part of robust mutexes) --- global.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'global.c') diff --git a/global.c b/global.c index be6d027..874b71b 100644 --- a/global.c +++ b/global.c @@ -52,6 +52,11 @@ int ptw32_concurrency = 0; /* What features have been auto-detected */ int ptw32_features = 0; +/* + * Global [process wide] thread sequence Number + */ +unsigned long long ptw32_threadSeqNumber = 0; + /* * Function pointer to QueueUserAPCEx if it exists, otherwise * it will be set at runtime to a substitute routine which cannot unblock -- cgit v1.2.3