mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 02:11:08 +00:00
10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
|
#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)
|