/l4re-core-master/ned/lib/include/ |
A D | cmd_control | 22 L4_INLINE_RPC_NF(long, execute, (L4::Ipc::String<> cmd, 29 * \param[in] cmd String with Lua code to execute. 36 * which is retained between successive calls to execute. 37 * Thus you may define data in one call to execute and use 43 long execute(L4::Ipc::String<> cmd) noexcept 52 * \param[in] cmd String with Lua code to execute. 61 * which is retained between successive calls to execute. 62 * Thus you may define data in one call to execute and use 65 long execute(L4::Ipc::String<> cmd,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | pthread.h | 557 # define pthread_cleanup_pop(execute) \ argument 558 __clframe.__setdoit (execute); \ 573 # define pthread_cleanup_pop_restore_np(execute) \ argument 575 __clframe.__setdoit (execute); \ 607 # define pthread_cleanup_pop(execute) \ argument 608 __clframe.__do_it = (execute); \ 629 __clframe.__do_it = (execute); \ 662 # define pthread_cleanup_pop(execute) \ argument 666 if (execute) \ 698 # define pthread_cleanup_pop_restore_np(execute) \ argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | forward.c | 143 …eanup_pop, void, (struct _pthread_cleanup_buffer * buffer, int execute), (buffer, execute), return) 144 …p_restore, void, (struct _pthread_cleanup_buffer * buffer, int execute), (buffer, execute), return)
|
A D | cancel.c | 167 int execute) in _pthread_cleanup_pop() argument 170 if (execute) buffer->__routine(buffer->__arg); in _pthread_cleanup_pop() 189 int execute) in _pthread_cleanup_pop_restore() argument 192 if (execute) buffer->__routine(buffer->__arg); in _pthread_cleanup_pop_restore()
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | forward.c | 144 …eanup_pop, void, (struct _pthread_cleanup_buffer * buffer, int execute), (buffer, execute), return) 145 …p_restore, void, (struct _pthread_cleanup_buffer * buffer, int execute), (buffer, execute), return)
|
A D | cancel.c | 227 int execute) in strong_alias() 230 if (execute) buffer->__routine(buffer->__arg); in strong_alias() 257 int execute) in strong_alias() 260 if (execute) buffer->__routine(buffer->__arg); in strong_alias()
|
A D | pthread-functions.h | 96 int execute); 98 int execute);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | cleanup_compat.c | 43 int execute) in strong_alias() 51 if (execute) in strong_alias()
|
A D | cleanup_defer_compat.c | 66 int execute) in strong_alias() 96 if (execute) in strong_alias()
|
A D | forward.c | 153 void, (struct _pthread_cleanup_buffer *buffer, int execute), 154 (buffer, execute), 155 if (execute) { buffer->__routine(buffer->__arg); });
|
A D | pthreadP.h | 550 int execute) attribute_hidden; 552 # define pthread_cleanup_pop(execute) \ argument 553 __pthread_cleanup_pop (&_buffer, (execute)); } 559 int execute); 565 int execute); 569 int execute);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | cancel.c | 150 int execute) in _pthread_cleanup_pop() argument 153 if (execute) buffer->__routine(buffer->__arg); in _pthread_cleanup_pop() 173 int execute) in strong_alias() 176 if (execute) buffer->__routine(buffer->__arg); in strong_alias()
|
A D | forward.c | 171 …eanup_pop, void, (struct _pthread_cleanup_buffer * buffer, int execute), (buffer, execute), return) 173 …p_restore, void, (struct _pthread_cleanup_buffer * buffer, int execute), (buffer, execute), return)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/ |
A D | pthread-functions.h | 91 int execute); 93 int execute);
|
A D | pthread.h | 615 #define pthread_cleanup_pop(execute) \ argument 616 _pthread_cleanup_pop (&_buffer, (execute)); } 637 # define pthread_cleanup_pop_restore_np(execute) \ argument 638 _pthread_cleanup_pop_restore (&_buffer, (execute)); }
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/ |
A D | pthread-functions.h | 102 int execute); 105 int execute);
|
A D | pthread.h | 636 #define pthread_cleanup_pop(execute) \ argument 637 _pthread_cleanup_pop (&_buffer, (execute)); } 661 # define pthread_cleanup_pop_restore_np(execute) \ argument 662 _pthread_cleanup_pop_restore (&_buffer, (execute)); }
|
/l4re-core-master/uclibc/lib/libpthread/include/ |
A D | pthread.h | 622 #define pthread_cleanup_pop(execute) \ argument 623 _pthread_cleanup_pop (&_buffer, (execute)); } 644 # define pthread_cleanup_pop_restore_np(execute) \ argument 645 _pthread_cleanup_pop_restore (&_buffer, (execute)); }
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/ |
A D | clone.S | 68 @ pick the function arg and call address off the stack and execute 120 @ pick the function arg and call address off the stack and execute
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/bits/ |
A D | libc-lock.h | 392 int execute); 396 int execute); 446 #define __libc_cleanup_pop(execute) \ argument 447 __clframe.__do_it = (execute); \
|
/l4re-core-master/ned/ned-prompt/src/ |
A D | ned-prompt.cc | 77 int e = srv->execute(c, &result); in run_cmds()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/ |
A D | README | 13 will call 'compile' target, then it will execute all the tests. 73 WRAPPER_foo := execute stuff just before test
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/bits/ |
A D | libc-lock.h | 270 #define __libc_cleanup_pop(execute) \ argument 271 __libc_maybe_call (_pthread_cleanup_pop, (&_buffer, execute), 0); \
|
/l4re-core-master/uclibc/lib/libpthread/include/bits/ |
A D | libc-lock.h | 273 #define __libc_cleanup_pop(execute) \ argument 274 __libc_maybe_call (_pthread_cleanup_pop, (&_buffer, execute), 0); \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/bits/ |
A D | libc-lock.h | 278 #define __libc_cleanup_pop(execute) \ 279 __libc_maybe_call (_pthread_cleanup_pop, (&_buffer, execute), 0); \
|