about summary refs log tree commit diff
path: root/nptl/sysdeps/i386/tcb-offsets.sym
blob: 562ac70d4b6da103bb5762a347f2092d5a8862e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <sysdep.h>
#include <tls.h>

SELF			offsetof (tcbhead_t, self)
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)