tcb-offsets.sym 559 B

1234567891011121314
  1. #include <sysdep.h>
  2. #include <tls.h>
  3. RESULT offsetof (struct pthread, result)
  4. TID offsetof (struct pthread, tid)
  5. CANCELHANDLING offsetof (struct pthread, cancelhandling)
  6. CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
  7. MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
  8. TLS_PRE_TCB_SIZE sizeof (struct pthread)
  9. MUTEX_FUTEX offsetof (pthread_mutex_t, __data.__lock)
  10. POINTER_GUARD offsetof (tcbhead_t, pointer_guard)
  11. #ifndef __ASSUME_PRIVATE_FUTEX
  12. PRIVATE_FUTEX offsetof (struct pthread, header.private_futex)
  13. #endif