Searched defs:pthread (Results 1 – 10 of 10) sorted by relevance
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 …]
204 static void move_pthread_to_realtime_scheduling_class(pthread_t pthread) in move_pthread_to_realtime_scheduling_class()229 void thread_setup(THREAD_T pthread) in thread_setup()234 void thread_setup(THREAD_T pthread) {} in thread_setup()
42 Pthread pthread; member
38 pthread_t pthread; member
51 pub mod pthread; module
81 pthread_t pthread; member
267 pthread_t pthread; in ThreadedCreateServerConnectAndAccept() local
343 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority()
776 AC_ARG_WITH([pthread], optwith
766 jthread *pthread; in saveEventInfoRefs() local