tcb-offsets.sym 284 B

12345678
  1. #include <sysdep.h>
  2. #include <tls.h>
  3. PTHREAD_TID offsetof (struct pthread, tid)
  4. PTHREAD_PID offsetof (struct pthread, pid)
  5. MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
  6. TLS_PRE_TCB_SIZE sizeof (struct pthread)
  7. TLS_TCB_SIZE sizeof(tcbhead_t)