mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-26 20:51:11 +00:00
8 lines
268 B
Plaintext
8 lines
268 B
Plaintext
|
#include <sysdep.h>
|
||
|
#include <tls.h>
|
||
|
|
||
|
PTHREAD_MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads)
|
||
|
PTHREAD_PID_OFFSET offsetof (struct pthread, pid)
|
||
|
PTHREAD_TID_OFFSET offsetof (struct pthread, tid)
|
||
|
PTHREAD_SIZEOF sizeof (struct pthread)
|