diff options
Diffstat (limited to 'tests/SIZES.VSE')
-rw-r--r-- | tests/SIZES.VSE | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/SIZES.VSE b/tests/SIZES.VSE new file mode 100644 index 0000000..edc6427 --- /dev/null +++ b/tests/SIZES.VSE @@ -0,0 +1,19 @@ +Sizes of pthreads-win32 structs +------------------------------- + pthread_t_ 68 + pthread_attr_t_ 28 + sem_t_ 4 + pthread_mutex_t_ 44 + pthread_mutexattr_t_ 8 + pthread_spinlock_t_ 8 + pthread_barrier_t_ 24 + 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_ 8 + ptw32_cleanup_t 12 + sched_param 4 +------------------------------- |