blob: 17c1825483e445d3998f90fd4c0cf738ee70d77d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#include <stddef.h>
#include <bits/pthreadtypes.h>
--
cond_lock offsetof (pthread_cond_t, __data.__lock)
total_seq offsetof (pthread_cond_t, __data.__total_seq)
wakeup_seq offsetof (pthread_cond_t, __data.__wakeup_seq)
woken_seq offsetof (pthread_cond_t, __data.__woken_seq)
|