blob: 9cfae211e0789eb636922cf04ccd03036db40c57 (
plain) (
blame)
1
2
3
4
5
6
7
|
#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)
|