repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix build errors with -DNDEBUG.
[glibc.git]
/
sysdeps
/
aarch64
/
nptl
/
tcb-offsets.sym
blob
0677aeabffba86193f9821ebfd6f4a52bf24949f
1
#include <sysdep.h>
2
#include <tls.h>
3
4
PTHREAD_MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
5
PTHREAD_PID_OFFSET offsetof (struct pthread, pid)
6
PTHREAD_TID_OFFSET offsetof (struct pthread, tid)
7
PTHREAD_SIZEOF sizeof (struct pthread)