Home
last modified time | relevance | path

Searched refs:__pthread_detach (Results 1 – 14 of 14) sorted by relevance

/glibc-2.36/htl/
Dpt-detach.c28 __pthread_detach (pthread_t thread) in __pthread_detach() function
74 weak_alias (__pthread_detach, pthread_detach)
75 hidden_def (__pthread_detach)
Dcthreads-compat.c29 err = __pthread_detach ((pthread_t) thread); in __cthread_detach()
DVersions173 __pthread_detach;
/glibc-2.36/nptl/
Dpthread_detach.c56 libc_hidden_ver (___pthread_detach, __pthread_detach)
58 strong_alias (___pthread_detach, __pthread_detach)
/glibc-2.36/sysdeps/htl/
DpthreadP.h69 int __pthread_detach (pthread_t __threadp);
97 hidden_proto (__pthread_detach)
/glibc-2.36/sysdeps/pthread/
Dthrd_detach.c27 err_code = __pthread_detach (thr); in __thrd_detach()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dmq_notify.c95 __pthread_detach (__pthread_self ()); in notification_function()
/glibc-2.36/hurd/
DVersions148 __cthread_fork; __pthread_create; __cthread_detach; __pthread_detach;
Dhurdsig.c1543 #pragma weak __pthread_detach in _hurdsig_init() macro
1554 __pthread_detach(thread); in _hurdsig_init()
/glibc-2.36/sysdeps/nptl/
DpthreadP.h514 extern int __pthread_detach (pthread_t th);
515 libc_hidden_proto (__pthread_detach)
/glibc-2.36/ChangeLog.old/
DChangeLog.1919987 * htl/cthreads-compat.c (__cthread_detach): Call __pthread_detach
20006 * htl/pt-detach.c (pthread_detach): Rename to __pthread_detach.
20008 (__pthread_detach): Call __pthread_cond_broadcast instead of
20046 __pthread_cond_broadcast, __pthread_create, __pthread_detach,
DChangeLog.24751 (__pthread_detach): Modified function.
DChangeLog.2315371 (__pthread_detach): Remove function.
15504 (__pthread_detach): Modified function.
DChangeLog.181632 (__pthread_detach): Likewise.