yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | #include <sysdep.h> |
2 | #include <tls.h> | ||||
3 | |||||
4 | -- | ||||
5 | #ifdef USE_TLS | ||||
6 | MULTIPLE_THREADS_OFFSET offsetof (struct _pthread_descr_struct, p_multiple_threads) | ||||
7 | TLS_PRE_TCB_SIZE sizeof (struct _pthread_descr_struct) | ||||
8 | #else | ||||
9 | MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads) | ||||
10 | #endif |