Searched refs:__pthread_cleanup_push (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/nptl/ |
D | cleanup_compat.c | 23 __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,
|
D | pthread_cond_wait.c | 501 __pthread_cleanup_push (&buffer, __condvar_cleanup_waiting, &cbuffer); in __pthread_cond_wait_common()
|
/glibc-2.36/sysdeps/nptl/ |
D | pthreadP.h | 566 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/ |
D | cancelation.h | 32 #define __pthread_cleanup_push(rt, rtarg) \ macro
|
/glibc-2.36/rt/ |
D | aio_suspend.c | 191 __pthread_cleanup_push (cleanup, &clparam); in ___aio_suspend_time64()
|
/glibc-2.36/sysdeps/htl/ |
D | pthread.h | 722 #define pthread_cleanup_push(rt, rtarg) __pthread_cleanup_push(rt, rtarg)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.nptl | 8971 * 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
|
D | ChangeLog.23 | 25151 (__pthread_cleanup_push): New function. 25174 [IS_IN (libpthread)](__pthread_cleanup_push): Remove. 25183 (__pthread_cleanup_push): New function.
|