Home
last modified time | relevance | path

Searched refs:__pthread_cleanup_push (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/nptl/
Dcleanup_compat.c23 __pthread_cleanup_push (struct _pthread_cleanup_buffer *buffer, in __pthread_cleanup_push() function
34 libc_hidden_def (__pthread_cleanup_push)
35 versioned_symbol (libc, __pthread_cleanup_push, _pthread_cleanup_push,
55 compat_symbol (libpthread, __pthread_cleanup_push, _pthread_cleanup_push,
Dpthread_cond_wait.c501 __pthread_cleanup_push (&buffer, __condvar_cleanup_waiting, &cbuffer); in __pthread_cond_wait_common()
/glibc-2.36/sysdeps/nptl/
DpthreadP.h566 extern void __pthread_cleanup_push (struct _pthread_cleanup_buffer *buffer,
568 libc_hidden_proto (__pthread_cleanup_push)
576 __pthread_cleanup_push (&_buffer, (routine), (arg));
633 __pthread_cleanup_push (&__clframe.__buffer, \
/glibc-2.36/sysdeps/htl/bits/
Dcancelation.h32 #define __pthread_cleanup_push(rt, rtarg) \ macro
/glibc-2.36/rt/
Daio_suspend.c191 __pthread_cleanup_push (cleanup, &clparam); in ___aio_suspend_time64()
/glibc-2.36/sysdeps/htl/
Dpthread.h722 #define pthread_cleanup_push(rt, rtarg) __pthread_cleanup_push(rt, rtarg)
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl8971 * sysdeps/pthread/bits/libc-lock.h (__pthread_cleanup_push): Define.
10109 for __pthread_cleanup_push.
11930 * cleanup.c: Rename _GI_pthread_cleanup_push to __pthread_cleanup_push
DChangeLog.2325151 (__pthread_cleanup_push): New function.
25174 [IS_IN (libpthread)](__pthread_cleanup_push): Remove.
25183 (__pthread_cleanup_push): New function.