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