blob: 6a5c16c0ee6b588c0dad9e885d50f6f992a56139 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#include <sysdep.h>
#include <tls.h>
SELF offsetof (tcbhead_t, self)
MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
SYSINFO_OFFSET offsetof (tcbhead_t, sysinfo)
CLEANUP offsetof (struct pthread, cleanup)
CLEANUP_PREV offsetof (struct _pthread_cleanup_buffer, __prev)
|