blob: cbf0ae42ca614ee0f1b46c62680831e3813f0778 (
plain)
1
2
3
4
5
6
7
8
|
#include <sysdep.h>
#include <tls.h>
PTHREAD_TID offsetof (struct pthread, tid)
PTHREAD_PID offsetof (struct pthread, pid)
MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
TLS_PRE_TCB_SIZE sizeof (struct pthread)
TLS_TCB_SIZE sizeof(tcbhead_t)
|