mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-12 12:07:12 +08: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)
|