blob: 12cb6f00f91c54fd9e099239420959f0e62777d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#include <sysdep.h>
#include <tls.h>
TID offsetof (struct pthread, tid)
MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
SYSINFO_OFFSET offsetof (tcbhead_t, sysinfo)
CLEANUP offsetof (struct pthread, cleanup)
CLEANUP_PREV offsetof (struct _pthread_cleanup_buffer, __prev)
MUTEX_FUTEX offsetof (pthread_mutex_t, __data.__lock)
|