mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-29 14:01:20 +00:00
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
#include <sysdep.h>
|
|
#include <tls.h>
|
|
|
|
MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
|
|
PID offsetof (struct pthread, pid)
|
|
TID offsetof (struct pthread, tid)
|