blob: f7793f7665670b701cbb3a0cbf57826ab8bde516 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#include <sysdep.h>
2#include <tls.h>
3
4--
5#ifdef USE_TLS
6MULTIPLE_THREADS_OFFSET offsetof (struct _pthread_descr_struct, p_multiple_threads) - sizeof (struct _pthread_descr_struct)
7#else
8MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
9#endif