/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | cleanup_defer_compat.c | 64 _pthread_cleanup_pop_restore ( in strong_alias() 99 strong_alias (_pthread_cleanup_pop_restore, __pthread_cleanup_pop_restore)
|
A D | forward.c | 152 FORWARD2(_pthread_cleanup_pop_restore,
|
A D | init.c | 114 .ptr__pthread_cleanup_pop_restore = _pthread_cleanup_pop_restore,
|
A D | pthread_create.c | 584 PTHREAD_STATIC_FN_REQUIRE (_pthread_cleanup_pop_restore)
|
A D | pthreadP.h | 568 extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *buffer,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/bits/ |
A D | libc-lock.h | 395 extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *buffer, 418 __libc_ptf_call_always (_pthread_cleanup_pop_restore, (&_buffer, DOIT));\ 426 __libc_ptf_call_always (_pthread_cleanup_pop_restore, (&_buffer, DOIT));\ 554 weak_extern (_pthread_cleanup_pop_restore) 578 # pragma weak _pthread_cleanup_pop_restore macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/bits/ |
A D | libc-lock.h | 256 _pthread_cleanup_pop_restore (&_buffer, (DOIT)); \ 263 _pthread_cleanup_pop_restore (&_buffer, (DOIT)); \ 375 weak_extern (BP_SYM (_pthread_cleanup_pop_restore)) 398 # pragma weak _pthread_cleanup_pop_restore macro
|
/l4re-core-master/uclibc/lib/libpthread/include/bits/ |
A D | libc-lock.h | 259 _pthread_cleanup_pop_restore (&_buffer, (DOIT)); \ 266 _pthread_cleanup_pop_restore (&_buffer, (DOIT)); \ 383 weak_extern (BP_SYM (_pthread_cleanup_pop_restore)) 406 # pragma weak _pthread_cleanup_pop_restore macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/bits/ |
A D | libc-lock.h | 263 _pthread_cleanup_pop_restore (&_buffer, (DOIT)); \ 270 _pthread_cleanup_pop_restore (&_buffer, (DOIT)); \ 383 weak_extern (BP_SYM (_pthread_cleanup_pop_restore)) 405 # pragma weak _pthread_cleanup_pop_restore macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | uClibc_pthread.h | 41 extern void weak_function _pthread_cleanup_pop_restore (
|
A D | uClibc_mutex.h | 53 _pthread_cleanup_pop_restore(&__infunc_pthread_cleanup_buffer,1); \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | libc-internal.h | 64 # define _pthread_cleanup_pop_restore(mutex) ((void)0) macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | cancel.c | 172 void _pthread_cleanup_pop_restore(struct _pthread_cleanup_buffer * buffer, in strong_alias() 184 strong_alias(_pthread_cleanup_pop_restore,__pthread_cleanup_pop_restore) in strong_alias() argument
|
A D | forward.c | 173 FORWARD2 (_pthread_cleanup_pop_restore, void, (struct _pthread_cleanup_buffer * buffer, int execute…
|
A D | pthread.c | 306 libpthread_hidden_proto(_pthread_cleanup_pop_restore)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/ |
A D | pthread.h | 638 _pthread_cleanup_pop_restore (&_buffer, (execute)); } 640 extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *__buffer,
|
/l4re-core-master/uclibc/lib/libpthread/include/ |
A D | pthread.h | 645 _pthread_cleanup_pop_restore (&_buffer, (execute)); } 647 extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *__buffer,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/ |
A D | pthread.h | 662 _pthread_cleanup_pop_restore (&_buffer, (execute)); } 664 extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *__buffer,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | forward.c | 144 FORWARD2 (_pthread_cleanup_pop_restore, void, (struct _pthread_cleanup_buffer * buffer, int execute…
|
A D | cancel.c | 188 void _pthread_cleanup_pop_restore(struct _pthread_cleanup_buffer * buffer, in _pthread_cleanup_pop_restore() function
|
A D | pthread.c | 280 .ptr__pthread_cleanup_pop_restore = _pthread_cleanup_pop_restore,
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | forward.c | 145 FORWARD2 (_pthread_cleanup_pop_restore, void, (struct _pthread_cleanup_buffer * buffer, int execute…
|
A D | cancel.c | 269 strong_alias(__pthread_cleanup_pop_restore, _pthread_cleanup_pop_restore)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/ |
A D | __uClibc_main.c | 100 _pthread_cleanup_pop_restore(struct _pthread_cleanup_buffer *__buffer, in _pthread_cleanup_pop_restore() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | pthreads_hacking.txt | 308 FUNC GLOBAL DEFAULT N _pthread_cleanup_pop_restore
|