blob: 923af8a5b7545e1e7a89b819230ddc32c26d2e19 (
plain)
1
2
3
4
5
6
7
|
#include <sysdep.h>
#include <tls.h>
MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
POINTER_GUARD offsetof (tcbhead_t, pointer_guard)
PID offsetof (struct pthread, pid)
TID offsetof (struct pthread, tid)
|