| /src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| on_exit.c | 34 on_exit (void (*func) (int status, void *arg), void *arg) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| on_exit.c | 34 on_exit (void (*func) (int status, void *arg), void *arg) function
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| forward-scope-exit.h | 91 /* For access to on_exit(). */ 104 void on_exit () function in class:detail::forward_scope_exit
|
| scope-exit.h | 54 that inherit this implement the on_exit() method, which is called 68 self->on_exit (); 93 /* For access to on_exit(). */ 133 void on_exit () function in class:scope_exit
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| forward-scope-exit.h | 91 /* For access to on_exit(). */ 104 void on_exit () function in class:detail::forward_scope_exit
|
| scope-exit.h | 54 that inherit this implement the on_exit() method, which is called 68 self->on_exit (); 93 /* For access to on_exit(). */ 130 void on_exit () function in class:scope_exit
|
| /src/external/mit/libuv/dist/docs/code/spawn/ |
| main.c | 10 void on_exit(uv_process_t *req, int64_t exit_status, int term_signal) { function 23 options.exit_cb = on_exit;
|
| /src/external/mit/libuv/dist/docs/code/proc-streams/ |
| main.c | 11 void on_exit(uv_process_t *req, int64_t exit_status, int term_signal) { function 38 options.exit_cb = on_exit;
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_interceptors_posix.cpp | 511 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { 514 SCOPED_TSAN_INTERCEPTOR(on_exit, f, arg); 523 int res = REAL(on_exit)(on_exit_callback_installed_at, ctx); 527 #define TSAN_MAYBE_INTERCEPT_ON_EXIT TSAN_INTERCEPT(on_exit) 882 auto on_exit = at_scope_exit([blocking_hooks] { local
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_interceptors_posix.cpp | 456 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { 459 SCOPED_TSAN_INTERCEPTOR(on_exit, f, arg); 467 int res = REAL(on_exit)(on_exit_wrapper, ctx); 471 #define TSAN_MAYBE_INTERCEPT_ON_EXIT TSAN_INTERCEPT(on_exit) 859 auto on_exit = at_scope_exit([blocking_hooks] { local
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_interceptors.cc | 462 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { 465 SCOPED_TSAN_INTERCEPTOR(on_exit, f, arg); 473 int res = REAL(on_exit)(on_exit_wrapper, ctx); 477 #define TSAN_MAYBE_INTERCEPT_ON_EXIT TSAN_INTERCEPT(on_exit) 880 auto on_exit = at_scope_exit(&OnPotentiallyBlockingRegionEnd); local
|