Home
last modified time | relevance | path

Searched refs:on_exit (Results 1 – 25 of 59) sorted by relevance

123

/netbsd-src/external/mit/libuv/dist/docs/code/spawn/
H A Dmain.c10 void on_exit(uv_process_t *req, int64_t exit_status, int term_signal) { in on_exit() function
23 options.exit_cb = on_exit; in main()
/netbsd-src/external/mit/libuv/dist/docs/code/proc-streams/
H A Dmain.c11 void on_exit(uv_process_t *req, int64_t exit_status, int term_signal) { in on_exit() function
38 options.exit_cb = on_exit; in main()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Datexit.c11 on_exit (f, 0); in atexit()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Datexit.c11 on_exit (f, 0); in atexit()
/netbsd-src/external/gpl2/grep/dist/lib/
H A Datexit.c14 on_exit (f, 0);
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Datexit.c23 on_exit (f, 0); in atexit()
H A Dconfigure.ac415 getsysinfo gettimeofday on_exit pipe2 psignal pstat_getdynamic pstat_getstatic \
437 on_exit \
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Datexit.c23 on_exit (f, 0); in atexit()
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Datexit.c23 on_exit (f, 0); in atexit()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Datexit.c23 on_exit (f, 0); in atexit()
H A Dconfigure.ac396 getsysinfo gettimeofday on_exit pipe2 psignal pstat_getdynamic pstat_getstatic \
418 on_exit \
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Datexit.c23 on_exit (f, 0); in atexit()
H A Dconfigure.ac402 getsysinfo gettimeofday on_exit pipe2 psignal pstat_getdynamic pstat_getstatic \
424 on_exit \
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Datexit.c23 on_exit (f, 0); in atexit()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Datexit.c15 on_exit (f, 0); in atexit()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dlibgcc-aix-cxa.ver13 on_exit
H A Don_exit.c34 on_exit (void (*func) (int status, void *arg), void *arg) in on_exit() function
H A Dt-aix-cxa4 $(srcdir)/config/rs6000/on_exit.c
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dlibgcc-aix-cxa.ver13 on_exit
H A Don_exit.c34 on_exit (void (*func) (int status, void *arg), void *arg) in on_exit() function
H A Dt-aix-cxa4 $(srcdir)/config/rs6000/on_exit.c
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dwrite_pid.c118 on_exit(pidfile_cleanup); in rk_pidfile()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp456 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { in TSAN_INTERCEPTOR() argument
459 SCOPED_TSAN_INTERCEPTOR(on_exit, f, arg); in TSAN_INTERCEPTOR()
467 int res = REAL(on_exit)(on_exit_wrapper, ctx); in TSAN_INTERCEPTOR()
471 #define TSAN_MAYBE_INTERCEPT_ON_EXIT TSAN_INTERCEPT(on_exit)
859 auto on_exit = at_scope_exit([blocking_hooks] { in guard_acquire() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc462 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { in TSAN_INTERCEPTOR() argument
465 SCOPED_TSAN_INTERCEPTOR(on_exit, f, arg); in TSAN_INTERCEPTOR()
473 int res = REAL(on_exit)(on_exit_wrapper, ctx); in TSAN_INTERCEPTOR()
477 #define TSAN_MAYBE_INTERCEPT_ON_EXIT TSAN_INTERCEPT(on_exit)
880 auto on_exit = at_scope_exit(&OnPotentiallyBlockingRegionEnd); in STDCXX_INTERCEPTOR() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc447 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { in TSAN_INTERCEPTOR() argument
450 SCOPED_TSAN_INTERCEPTOR(on_exit, f, arg); in TSAN_INTERCEPTOR()
458 int res = REAL(on_exit)(on_exit_wrapper, ctx); in TSAN_INTERCEPTOR()
462 #define TSAN_MAYBE_INTERCEPT_ON_EXIT TSAN_INTERCEPT(on_exit)

123