tcb-offsets.sym 649 B

12345678910111213141516
  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 (tcbhead_t, multiple_threads)
  8. SYSINFO_OFFSET offsetof (tcbhead_t, sysinfo)
  9. CLEANUP offsetof (struct pthread, cleanup)
  10. CLEANUP_PREV offsetof (struct _pthread_cleanup_buffer, __prev)
  11. MUTEX_FUTEX offsetof (pthread_mutex_t, __data.__lock)
  12. POINTER_GUARD offsetof (tcbhead_t, pointer_guard)
  13. #ifndef __ASSUME_PRIVATE_FUTEX
  14. PRIVATE_FUTEX offsetof (tcbhead_t, private_futex)
  15. #endif