Searched defs:pthread (Results 1 – 11 of 11) sorted by relevance
131 struct pthread struct134 {184 casting to __pthread_list_t we need to adjust the pointer argument231 __pthread_slist_t robust_list; argument272 struct _pthread_cleanup_buffer *cleanup; argument275 struct pthread_unwind_buf *cleanup_jmp_buf; argument279 int cancelhandling;307 struct pthread_key_data argument319 struct pthread_key_data *specific[PTHREAD_KEY_1STLEVEL_SIZE]; argument322 bool specific_used;[all …]
34 __pthread_dealloc (struct __pthread *pthread) in __pthread_dealloc()61 __pthread_dealloc_finish (struct __pthread *pthread) in __pthread_dealloc_finish()
30 struct __pthread *pthread; in __pthread_detach() local
31 struct __pthread *pthread; in __pthread_getattr_np() local
89 struct __pthread *pthread; in __pthread_create() local110 struct __pthread *pthread; in weak_alias() local
73 __pthread_alloc (struct __pthread **pthread) in __pthread_alloc()
32 struct __pthread *pthread; in __pthread_join_common() local
183 #define __pthread_setid(thread, pthread) \ argument
12 void *pthread = dlopen (LIBPTHREAD_SO, RTLD_LAZY); in do_test() local
29 struct __pthread *pthread; in __pthread_kill() local
26 typedef struct pthread pthread; typedef