summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorrpj <rpj>2011-03-10 13:40:16 +0000
committerrpj <rpj>2011-03-10 13:40:16 +0000
commit6e3ac5c605d5062279178b3ea0b853d0e9cf7cc9 (patch)
treed9262f28ef4083dfeefbd31bc9b163cf67e102e1 /tests
parenteb28d5aa00690b67cc27e4bd93d2c4c251987c85 (diff)
Replace global Critical Sections with MCS Queue locks
Diffstat (limited to 'tests')
-rwxr-xr-xtests/SIZES.GC2
-rwxr-xr-xtests/SIZES.VC2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/SIZES.GC b/tests/SIZES.GC
index 603521b..eddaad7 100755
--- a/tests/SIZES.GC
+++ b/tests/SIZES.GC
@@ -1,7 +1,7 @@
Sizes of pthreads-win32 structs
-------------------------------
pthread_t 8
- ptw32_thread_t 140
+ ptw32_thread_t 152
pthread_attr_t_ 28
sem_t_ 12
pthread_mutex_t_ 24
diff --git a/tests/SIZES.VC b/tests/SIZES.VC
index 603521b..eddaad7 100755
--- a/tests/SIZES.VC
+++ b/tests/SIZES.VC
@@ -1,7 +1,7 @@
Sizes of pthreads-win32 structs
-------------------------------
pthread_t 8
- ptw32_thread_t 140
+ ptw32_thread_t 152
pthread_attr_t_ 28
sem_t_ 12
pthread_mutex_t_ 24