diff options
| author | rpj <rpj> | 2011-03-30 13:41:17 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2011-03-30 13:41:17 +0000 | 
| commit | 17933a9b9276debeda3d1ee1326d6b3c8a0bba56 (patch) | |
| tree | d682f683cec49dea402ba849588992f00ca434b6 /tests | |
| parent | e07da6f5a812f95799de4f361faa4db47f77526a (diff) | |
*** empty log message ***
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/SIZES.VSE | 40 | 
1 files changed, 21 insertions, 19 deletions
| diff --git a/tests/SIZES.VSE b/tests/SIZES.VSE index edc6427..709114d 100644 --- a/tests/SIZES.VSE +++ b/tests/SIZES.VSE @@ -1,19 +1,21 @@ -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 -------------------------------- +Sizes of pthreads-win32 structs
 +-------------------------------
 +                     pthread_t    8
 +                ptw32_thread_t   96
 +               pthread_attr_t_   28
 +                        sem_t_   12
 +              pthread_mutex_t_   28
 +          pthread_mutexattr_t_   12
 +           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_once_t_   16
 +               ptw32_cleanup_t   12
 +             ptw32_mcs_node_t_   16
 +                   sched_param    4
 +-------------------------------
 | 
