diff options
author | rpj <rpj> | 2011-03-26 00:19:09 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-03-26 00:19:09 +0000 |
commit | 22df4f5c42b3ac110f78fceed8d248900ea5419f (patch) | |
tree | 9940490b9d0e52ccc681fad4d49eb1397d3172be /implement.h | |
parent | 559e1bc4051f90d7a014bd4e4f5649e136dec412 (diff) |
New interface (not part of robust mutexes)
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/implement.h b/implement.h index b4c80b3..8a27fae 100644 --- a/implement.h +++ b/implement.h @@ -561,6 +561,8 @@ extern pthread_cond_t ptw32_cond_list_tail; extern int ptw32_mutex_default_kind; +extern unsigned long long ptw32_threadSeqNumber; + extern int ptw32_concurrency; extern int ptw32_features; |