mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-16 10:00:12 +00:00
8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
#include <sysdep.h>
|
|
#include <tls.h>
|
|
|
|
MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
|
|
STACK_GUARD offsetof (tcbhead_t, stack_guard)
|
|
PID offsetof (struct pthread, pid)
|
|
TID offsetof (struct pthread, tid)
|