1#include <sysdep.h>
2#include <tls.h>
3
4PTHREAD_TID		offsetof (struct pthread, tid)
5MULTIPLE_THREADS_OFFSET	offsetof (struct pthread, header.multiple_threads)
6TLS_PRE_TCB_SIZE	sizeof (struct pthread)
7TLS_TCB_SIZE            sizeof(tcbhead_t)
8