diff options
author | rpj <rpj> | 2011-03-06 15:01:05 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-03-06 15:01:05 +0000 |
commit | a39dab139b7c301ffd5a5592c292123c54e686cd (patch) | |
tree | 73aeb7a868f7c075de9ec43344d17d21f99763f9 /tests/SIZES.GCE | |
parent | 1183e5acfa10c7bda1dc39034d6e2fa6dec6016f (diff) |
More 64 bit cast fixups
Diffstat (limited to 'tests/SIZES.GCE')
-rwxr-xr-x | tests/SIZES.GCE | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/SIZES.GCE b/tests/SIZES.GCE index a9ea64d..7048d3a 100755 --- a/tests/SIZES.GCE +++ b/tests/SIZES.GCE @@ -1,21 +1,21 @@ -Sizes of pthreads-win32 structs -------------------------------- +Sizes of pthreads-win32 structs
+-------------------------------
pthread_t 8
ptw32_thread_t 76
- pthread_attr_t_ 28 + pthread_attr_t_ 28
sem_t_ 12
pthread_mutex_t_ 24
- pthread_mutexattr_t_ 8 - pthread_spinlock_t_ 8 + pthread_mutexattr_t_ 8
+ pthread_spinlock_t_ 8
pthread_barrier_t_ 36
- pthread_barrierattr_t_ 4 - pthread_key_t_ 16 - pthread_cond_t_ 32 - pthread_condattr_t_ 4 - pthread_rwlock_t_ 28 - pthread_rwlockattr_t_ 4 + pthread_barrierattr_t_ 4
+ pthread_key_t_ 16
+ pthread_cond_t_ 32
+ pthread_condattr_t_ 4
+ pthread_rwlock_t_ 28
+ pthread_rwlockattr_t_ 4
pthread_once_t_ 16
- ptw32_cleanup_t 12 + ptw32_cleanup_t 12
ptw32_mcs_node_t_ 16
- sched_param 4 -------------------------------- + sched_param 4
+-------------------------------
|