Searched defs:pthread (Results 1 – 8 of 8) sorted by relevance
14 #define pthread __pthread macro16 struct pthread { struct19 struct pthread *self; argument21 struct pthread *prev, *next; /* non-ABI */ argument22 uintptr_t sysinfo;23 uintptr_t canary, canary2;26 int tid;27 int errno_val;28 volatile int detach_state;29 volatile int cancel;[all …]
17 namespace pthread namespace
42 Pthread pthread; member
81 pthread_t pthread; member
343 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority()
2057 libintl_pthread = cc.find_library('pthread', required : false) build