Searched refs:__pthread (Results 1 – 15 of 15) sorted by relevance
64 struct __pthread struct119 struct __pthread *next, **prevp; argument124 __pthread_enqueue (struct __pthread **head, struct __pthread *thread) in __pthread_enqueue()137 __pthread_dequeue (struct __pthread *thread) in __pthread_dequeue()150 for (struct __pthread *__pdi_next = (queue); \159 for (struct __pthread *__pdi_next = (queue); \191 extern struct __pthread *_pthread_self (void);210 extern int __pthread_alloc (struct __pthread **thread);229 void (*entry_point) (struct __pthread *,262 extern void __pthread_block (struct __pthread *thread);[all …]
35 struct __pthread *__pthread_free_threads;39 initialize_pthread (struct __pthread *new) in initialize_pthread()72 __pthread_alloc (struct __pthread **pthread) in __pthread_alloc()76 struct __pthread *new; in __pthread_alloc()77 struct __pthread **threads; in __pthread_alloc()78 struct __pthread **old_threads; in __pthread_alloc()113 new = malloc (sizeof (struct __pthread)); in __pthread_alloc()160 threads = malloc (new_max_threads * sizeof (struct __pthread *)); in __pthread_alloc()182 __pthread_max_threads * sizeof (struct __pthread *)); in __pthread_alloc()213 struct __pthread *t = GL (dl_pthread_threads)[i]; in __pthread_init_static_tls()
25 struct __pthread *p = _pthread_self (); in __pthread_enable_asynccancel()40 struct __pthread *p = _pthread_self (); in __pthread_disable_asynccancel()
28 extern struct __pthread *__pthread_free_threads;34 __pthread_dealloc (struct __pthread *pthread) in __pthread_dealloc()
27 struct __pthread *self = _pthread_self (); in __pthread_self()
27 struct __pthread *self = _pthread_self (); in pthread_sigmask()
27 struct __pthread *p = _pthread_self (); in __pthread_testcancel()
26 struct __pthread *p = _pthread_self (); in __pthread_setcancelstate()
26 struct __pthread *p = _pthread_self (); in __pthread_setcanceltype()
31 struct __pthread *pthread; in __pthread_getattr_np()
27 struct __pthread *p; in pthread_cancel()
47 entry_point (struct __pthread *self, void *(*start_routine) (void *), void *arg) in entry_point()89 struct __pthread *pthread; in __pthread_create()105 __pthread_create_internal (struct __pthread **thread, in weak_alias()110 struct __pthread *pthread; in weak_alias()
30 struct __pthread *pthread; in __pthread_detach()
35 struct __pthread *self = _pthread_self (); in __pthread_exit()
32 struct __pthread *pthread; in __pthread_join_common()
Completed in 23 milliseconds