mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
7 lines
216 B
Plaintext
7 lines
216 B
Plaintext
|
#include <sysdep.h>
|
||
|
#include <tls.h>
|
||
|
|
||
|
PTHREAD_MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
|
||
|
PTHREAD_TID_OFFSET offsetof (struct pthread, tid)
|
||
|
PTHREAD_SIZEOF sizeof (struct pthread)
|