mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
8 lines
292 B
Plaintext
8 lines
292 B
Plaintext
#include <sysdep.h>
|
|
#include <tls.h>
|
|
|
|
PID offsetof (struct pthread, pid) - TLS_PRE_TCB_SIZE
|
|
TID offsetof (struct pthread, tid) - TLS_PRE_TCB_SIZE
|
|
MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads) - TLS_PRE_TCB_SIZE
|
|
SYSINFO_OFFSET offsetof (tcbhead_t, __private)
|