blob: 4c8687647383f74c5bac82ada251cefb4b0d56d4 (
plain)
1
2
3
4
5
6
7
|
#include <sysdep.h>
#include <tls.h>
TLS_PRE_TCB_SIZE sizeof (struct pthread)
MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
PID offsetof (struct pthread, pid)
TID offsetof (struct pthread, tid)
|