[BZ #163]
[platform/upstream/glibc.git] / nptl / sysdeps / unix / sysv / linux / lowlevelcond.sym
1 #include <stddef.h>
2 #include <bits/pthreadtypes.h>
3
4 --
5
6 cond_lock       offsetof (pthread_cond_t, __data.__lock)
7 cond_clock      offsetof (pthread_cond_t, __data.__clock)
8 total_seq       offsetof (pthread_cond_t, __data.__total_seq)
9 wakeup_seq      offsetof (pthread_cond_t, __data.__wakeup_seq)
10 woken_seq       offsetof (pthread_cond_t, __data.__woken_seq)
11 dep_mutex       offsetof (pthread_cond_t, __data.__mutex)
12 broadcast_seq   offsetof (pthread_cond_t, __data.__broadcast_seq)