about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym
blob: 1463e0810e01a707e6806c0755b64ca21b48a40c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <stddef.h>
#include <bits/pthreadtypes.h>

--

cond_lock	offsetof (pthread_cond_t, __data.__lock)
cond_clock	offsetof (pthread_cond_t, __data.__clock)
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)
dep_mutex	offsetof (pthread_cond_t, __data.__mutex)