Searched defs:pthread (Results 1 – 4 of 4) sorted by relevance
18 #define pthread _pthread_data_tag macro22 #define pthread __pthread macro24 struct pthread { struct27 struct pthread *self; argument31 struct pthread *prev, *next; /* non-ABI */ argument32 uintptr_t sysinfo;35 uintptr_t canary_pad;37 uintptr_t canary;41 int tid;42 int errno_val;[all …]
43 pthread_t pthread; member
91 pthread_t pthread; member
314 os_pthread pthread; ///< start address of thread function member