From 6e3ac5c605d5062279178b3ea0b853d0e9cf7cc9 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 10 Mar 2011 13:40:16 +0000 Subject: Replace global Critical Sections with MCS Queue locks --- tests/SIZES.GC | 2 +- tests/SIZES.VC | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3