Home
last modified time | relevance | path

Searched refs:__pthread (Results 1 – 15 of 15) sorted by relevance

/htl/
A Dpt-internal.h64 struct __pthread struct
119 struct __pthread *next, **prevp; argument
124 __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 …]
A Dpt-alloc.c35 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()
A Dcancellation.c25 struct __pthread *p = _pthread_self (); in __pthread_enable_asynccancel()
40 struct __pthread *p = _pthread_self (); in __pthread_disable_asynccancel()
A Dpt-dealloc.c28 extern struct __pthread *__pthread_free_threads;
34 __pthread_dealloc (struct __pthread *pthread) in __pthread_dealloc()
A Dpt-self.c27 struct __pthread *self = _pthread_self (); in __pthread_self()
A Dpt-sigmask.c27 struct __pthread *self = _pthread_self (); in pthread_sigmask()
A Dpt-testcancel.c27 struct __pthread *p = _pthread_self (); in __pthread_testcancel()
A Dpt-setcancelstate.c26 struct __pthread *p = _pthread_self (); in __pthread_setcancelstate()
A Dpt-setcanceltype.c26 struct __pthread *p = _pthread_self (); in __pthread_setcanceltype()
A Dpt-getattr.c31 struct __pthread *pthread; in __pthread_getattr_np()
A Dpt-cancel.c27 struct __pthread *p; in pthread_cancel()
A Dpt-create.c47 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()
A Dpt-detach.c30 struct __pthread *pthread; in __pthread_detach()
A Dpt-exit.c35 struct __pthread *self = _pthread_self (); in __pthread_exit()
A Dpt-join.c32 struct __pthread *pthread; in __pthread_join_common()

Completed in 23 milliseconds