Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 46) sorted by relevance

12

/l4re-core-master/ned/lib/include/
A Dcmd_control22 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 Dpthread.h557 # 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 Dforward.c143 …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 Dcancel.c167 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 Dforward.c144 …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 Dcancel.c227 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 Dpthread-functions.h96 int execute);
98 int execute);
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dcleanup_compat.c43 int execute) in strong_alias()
51 if (execute) in strong_alias()
A Dcleanup_defer_compat.c66 int execute) in strong_alias()
96 if (execute) in strong_alias()
A Dforward.c153 void, (struct _pthread_cleanup_buffer *buffer, int execute),
154 (buffer, execute),
155 if (execute) { buffer->__routine(buffer->__arg); });
A DpthreadP.h550 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 Dcancel.c150 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 Dforward.c171 …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 Dpthread-functions.h91 int execute);
93 int execute);
A Dpthread.h615 #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 Dpthread-functions.h102 int execute);
105 int execute);
A Dpthread.h636 #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 Dpthread.h622 #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 Dclone.S68 @ 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 Dlibc-lock.h392 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 Dned-prompt.cc77 int e = srv->execute(c, &result); in run_cmds()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/
A DREADME13 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 Dlibc-lock.h270 #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 Dlibc-lock.h273 #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 Dlibc-lock.h278 #define __libc_cleanup_pop(execute) \
279 __libc_maybe_call (_pthread_cleanup_pop, (&_buffer, execute), 0); \

Completed in 26 milliseconds

12