/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | pthread.h | 551 # define pthread_cleanup_push(routine, arg) \ argument 553 __pthread_cleanup_class __clframe (routine, arg) 565 # define pthread_cleanup_push_defer_np(routine, arg) \ argument 567 __pthread_cleanup_class __clframe (routine, arg); \ 598 # define pthread_cleanup_push(routine, arg) \ argument 615 # define pthread_cleanup_push_defer_np(routine, arg) \ argument 619 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \ 641 # define pthread_cleanup_push(routine, arg) \ argument 644 void (*__cancel_routine) (void *) = (routine); \ 676 # define pthread_cleanup_push_defer_np(routine, arg) \ argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | forward.c | 140 …id, (struct _pthread_cleanup_buffer * buffer, void (*routine)(void *), void * arg), (buffer, routi… 141 …id, (struct _pthread_cleanup_buffer * buffer, void (*routine)(void *), void * arg), (buffer, routi…
|
A D | cancel.c | 155 void (*routine)(void *), void * arg) in _pthread_cleanup_push() 158 buffer->__routine = routine; in _pthread_cleanup_push() 175 void (*routine)(void *), void * arg) in _pthread_cleanup_push_defer() 178 buffer->__routine = routine; in _pthread_cleanup_push_defer()
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | forward.c | 141 …id, (struct _pthread_cleanup_buffer * buffer, void (*routine)(void *), void * arg), (buffer, routi… 142 …id, (struct _pthread_cleanup_buffer * buffer, void (*routine)(void *), void * arg), (buffer, routi…
|
A D | cancel.c | 211 void (*routine)(void *), void * arg) in __pthread_cleanup_push() 214 buffer->__routine = routine; in __pthread_cleanup_push() 239 void (*routine)(void *), void * arg) in strong_alias() 242 buffer->__routine = routine; in strong_alias()
|
A D | pthread-functions.h | 92 void (*routine)(void *), void * arg); 94 void (*routine)(void *), void * arg);
|
A D | internals.h | 298 void (*routine)(void *), void * arg); 304 void (*routine)(void *), void * arg);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | cleanup_compat.c | 26 void (*routine) (void *), in _pthread_cleanup_push() 31 buffer->__routine = routine; in _pthread_cleanup_push()
|
A D | cleanup_defer_compat.c | 26 void (*routine) (void *), in _pthread_cleanup_push_defer() 31 buffer->__routine = routine; in _pthread_cleanup_push_defer()
|
A D | forward.c | 148 void, (struct _pthread_cleanup_buffer *buffer, void (*routine)(void *), void *arg), 149 (buffer, routine, arg), 150 { buffer->__routine = routine; buffer->__arg = arg; });
|
A D | pthreadP.h | 542 void (*routine) (void *), void *arg) 545 # define pthread_cleanup_push(routine,arg) \ argument 547 __pthread_cleanup_push (&_buffer, (routine), (arg)); 557 void (*routine) (void *), void *arg); 563 void (*routine) (void *), void *arg); 567 void (*routine) (void *), void *arg);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | cancel.c | 138 void (*routine)(void *), void * arg) in _pthread_cleanup_push() 141 buffer->__routine = routine; in _pthread_cleanup_push() 158 void (*routine)(void *), void * arg) in _pthread_cleanup_push_defer() 161 buffer->__routine = routine; in _pthread_cleanup_push_defer()
|
A D | forward.c | 166 …id, (struct _pthread_cleanup_buffer * buffer, void (*routine)(void *), void * arg), (buffer, routi… 168 …id, (struct _pthread_cleanup_buffer * buffer, void (*routine)(void *), void * arg), (buffer, routi…
|
A D | linuxthreads.texi | 489 @deftypefun void pthread_cleanup_push (void (*@var{routine}) (void *), void *@var{arg}) 491 @code{pthread_cleanup_push} installs the @var{routine} function with 493 matching @code{pthread_cleanup_pop}, the function @var{routine} will be 505 handler, by calling the @var{routine} function with arguments 520 @deftypefun void pthread_cleanup_push_defer_np (void (*@var{routine}) (void *), void *@var{arg}) 545 pthread_cleanup_push_defer_np(routine, arg); 557 pthread_cleanup_push(routine, arg); 1544 a future call to @code{pthread_once} will call the routine again.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/ |
A D | pthread-functions.h | 87 void (*routine)(void *), void * arg); 89 void (*routine)(void *), void * arg);
|
A D | pthread.h | 604 #define pthread_cleanup_push(routine,arg) \ argument 606 _pthread_cleanup_push (&_buffer, (routine), (arg)); 625 # define pthread_cleanup_push_defer_np(routine,arg) \ argument 627 _pthread_cleanup_push_defer (&_buffer, (routine), (arg));
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/ |
A D | pthread-functions.h | 96 void (*routine)(void *), void * arg); 99 void (*routine)(void *), void * arg);
|
A D | pthread.h | 625 #define pthread_cleanup_push(routine,arg) \ argument 627 _pthread_cleanup_push (&_buffer, (routine), (arg)); 646 # define pthread_cleanup_push_defer_np(routine,arg) \ argument 648 _pthread_cleanup_push_defer (&_buffer, (routine), (arg));
|
/l4re-core-master/uclibc/lib/libpthread/include/ |
A D | pthread.h | 611 #define pthread_cleanup_push(routine,arg) \ argument 613 _pthread_cleanup_push (&_buffer, (routine), (arg)); 632 # define pthread_cleanup_push_defer_np(routine,arg) \ argument 634 _pthread_cleanup_push_defer (&_buffer, (routine), (arg));
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/arm/ |
A D | resolve.S | 115 @ This routine is called after pushing lr, so we must push an odd 146 @ This routine is called after pushing lr, so we must push an odd
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arc/ |
A D | setjmp.S | 32 ; contained in blink, since "C" caller of this routine will do
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/c6x/ |
A D | resolve.S | 46 ; call lookup routine
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/arm/ |
A D | strlen.S | 52 beq Laligned @ skip into main check routine if no
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/bits/ |
A D | libc-lock.h | 390 void (*routine) (void *), void *arg); 394 void (*routine) (void *), void *arg);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | stab.def | 41 /* Name of main routine. Only the name is significant.
|