1#include <sysdep.h>
2#include <tls.h>
3#include <kernel-features.h>
4
5RESULT			offsetof (struct pthread, result)
6TID			offsetof (struct pthread, tid)
7CANCELHANDLING		offsetof (struct pthread, cancelhandling)
8CLEANUP_JMP_BUF		offsetof (struct pthread, cleanup_jmp_buf)
9MULTIPLE_THREADS_OFFSET	offsetof (struct pthread, header.multiple_threads)
10TLS_PRE_TCB_SIZE	sizeof (struct pthread)
11MUTEX_FUTEX		offsetof (pthread_mutex_t, __data.__lock)
12POINTER_GUARD		offsetof (tcbhead_t, pointer_guard)
13