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