Home
last modified time | relevance | path

Searched defs:pthread (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/nptl/
Ddescr.h131 struct pthread struct
134 {
184 casting to __pthread_list_t we need to adjust the pointer argument
231 __pthread_slist_t robust_list; argument
272 struct _pthread_cleanup_buffer *cleanup; argument
275 struct pthread_unwind_buf *cleanup_jmp_buf; argument
279 int cancelhandling;
307 struct pthread_key_data argument
319 struct pthread_key_data *specific[PTHREAD_KEY_1STLEVEL_SIZE]; argument
322 bool specific_used;
[all …]
/glibc-2.36/htl/
Dpt-dealloc.c34 __pthread_dealloc (struct __pthread *pthread) in __pthread_dealloc()
61 __pthread_dealloc_finish (struct __pthread *pthread) in __pthread_dealloc_finish()
Dpt-detach.c30 struct __pthread *pthread; in __pthread_detach() local
Dpt-getattr.c31 struct __pthread *pthread; in __pthread_getattr_np() local
Dpt-create.c89 struct __pthread *pthread; in __pthread_create() local
110 struct __pthread *pthread; in weak_alias() local
Dpt-alloc.c73 __pthread_alloc (struct __pthread **pthread) in __pthread_alloc()
Dpt-join.c32 struct __pthread *pthread; in __pthread_join_common() local
Dpt-internal.h183 #define __pthread_setid(thread, pthread) \ argument
/glibc-2.36/elf/
Dtst-nodelete2.c12 void *pthread = dlopen (LIBPTHREAD_SO, RTLD_LAZY); in do_test() local
/glibc-2.36/sysdeps/hurd/htl/
Dpt-kill.c29 struct __pthread *pthread; in __pthread_kill() local
/glibc-2.36/nptl_db/
Ddb_info.c26 typedef struct pthread pthread; typedef