2.5-18.1
[glibc.git] / nptl / sysdeps / x86_64 / tcb-offsets.sym
bloba9ede75c96e853e5aa226df9b6b96055ffdb66c8
1 #include <sysdep.h>
2 #include <tls.h>
4 RESULT                  offsetof (struct pthread, result)
5 TID                     offsetof (struct pthread, tid)
6 PID                     offsetof (struct pthread, pid)
7 CANCELHANDLING          offsetof (struct pthread, cancelhandling)
8 CLEANUP_JMP_BUF         offsetof (struct pthread, cleanup_jmp_buf)
9 CLEANUP                 offsetof (struct pthread, cleanup)
10 CLEANUP_PREV            offsetof (struct _pthread_cleanup_buffer, __prev)
11 MUTEX_FUTEX             offsetof (pthread_mutex_t, __data.__lock)
12 MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
13 POINTER_GUARD           offsetof (tcbhead_t, pointer_guard)