blob: 923af8a5b7545e1e7a89b819230ddc32c26d2e19 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#include <sysdep.h>
2#include <tls.h>
3
4MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
5POINTER_GUARD offsetof (tcbhead_t, pointer_guard)
6PID offsetof (struct pthread, pid)
7TID offsetof (struct pthread, tid)