tcb-offsets.sym 686 B

1234567891011121314151617
  1. #include <sysdep.h>
  2. #include <tls.h>
  3. RESULT offsetof (struct pthread, result)
  4. TID offsetof (struct pthread, tid)
  5. PID offsetof (struct pthread, pid)
  6. CANCELHANDLING offsetof (struct pthread, cancelhandling)
  7. CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
  8. MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
  9. SYSINFO_OFFSET offsetof (tcbhead_t, sysinfo)
  10. CLEANUP offsetof (struct pthread, cleanup)
  11. CLEANUP_PREV offsetof (struct _pthread_cleanup_buffer, __prev)
  12. MUTEX_FUTEX offsetof (pthread_mutex_t, __data.__lock)
  13. POINTER_GUARD offsetof (tcbhead_t, pointer_guard)
  14. #ifndef __ASSUME_PRIVATE_FUTEX
  15. PRIVATE_FUTEX offsetof (tcbhead_t, private_futex)
  16. #endif