yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame^] | 1 | #include <sysdep.h> |
2 | #include <tls.h> | ||||
3 | |||||
4 | MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads) | ||||
5 | POINTER_GUARD offsetof (tcbhead_t, pointer_guard) | ||||
6 | PID offsetof (struct pthread, pid) | ||||
7 | TID offsetof (struct pthread, tid) |