Searched defs:pthread (Results 1 – 10 of 10) sorted by relevance
31 #define pthread __pthread macro34 struct pthread { struct37 struct pthread *self; argument41 struct pthread *prev, *next; /* non-ABI */ argument42 uintptr_t sysinfo;45 uintptr_t canary_pad;47 uintptr_t canary;51 int tid;52 int pid;53 int proc_tid;[all …]
16 #define pthread __pthread macro18 struct pthread { struct21 struct pthread *self; argument25 struct pthread *prev, *next; /* non-ABI */ argument26 uintptr_t sysinfo;29 uintptr_t canary_pad;31 uintptr_t canary;35 int tid;36 int errno_val;37 volatile int detach_state;[all …]
15 #define pthread __pthread macro17 struct pthread { struct20 struct pthread *self; argument22 struct pthread *prev, *next; /* non-ABI */ argument23 uintptr_t sysinfo;24 uintptr_t canary, canary2;27 int tid;28 int errno_val;29 volatile int detach_state;30 volatile int cancel;[all …]
18 #define pthread __pthread macro21 struct pthread { struct24 struct pthread *self; argument28 struct pthread *prev, *next; /* non-ABI */ argument29 uintptr_t sysinfo;32 uintptr_t canary_pad;34 uintptr_t canary;38 int tid;39 int pid;40 int proc_tid;[all …]
38 pthread_t pthread; member
42 Pthread pthread; member
214 AC_ARG_ENABLE([pthread], optenable
81 pthread_t pthread; member
273 AC_ARG_WITH(pthread, optwith
345 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority()