2003-03-10 08:50:26 +00:00
|
|
|
#include <stddef.h>
|
|
|
|
#include <bits/pthreadtypes.h>
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
cond_lock offsetof (pthread_cond_t, __data.__lock)
|
2003-03-18 11:17:57 +00:00
|
|
|
cond_clock offsetof (pthread_cond_t, __data.__clock)
|
2003-03-10 08:50:26 +00:00
|
|
|
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)
|
2003-05-26 02:47:39 +00:00
|
|
|
dep_mutex offsetof (pthread_cond_t, __data.__mutex)
|