2003-03-11 09:30:37 +00:00
|
|
|
#include <sysdep.h>
|
|
|
|
#include <tls.h>
|
|
|
|
|
2005-07-07 06:10:18 +00:00
|
|
|
PID offsetof (struct pthread, pid) - TLS_PRE_TCB_SIZE
|
|
|
|
TID offsetof (struct pthread, tid) - TLS_PRE_TCB_SIZE
|
|
|
|
MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads) - TLS_PRE_TCB_SIZE
|
2006-01-06 21:47:59 +00:00
|
|
|
SYSINFO_OFFSET offsetof (tcbhead_t, __private)
|