mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08:00
75fcceded2
2004-06-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
14 lines
499 B
Plaintext
14 lines
499 B
Plaintext
#include <stddef.h>
|
|
#include <bits/pthreadtypes.h>
|
|
|
|
--
|
|
|
|
cond_lock offsetof (pthread_cond_t, __data.__lock)
|
|
cond_futex offsetof (pthread_cond_t, __data.__futex)
|
|
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)
|
|
broadcast_seq offsetof (pthread_cond_t, __data.__broadcast_seq)
|