Searched refs:on_exit (Results 1 – 10 of 10) sorted by relevance
87 on_exit(pidfile_cleanup); in pidfile()
973 * write_pid.c: handle atexit or on_exit
562 auto on_exit = llvm::make_scope_exit([this]() { ResetDeclMap(); }); in TryParse() local806 auto on_exit = llvm::make_scope_exit([this]() { ResetDeclMap(); }); in Complete() local
518 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { in TSAN_INTERCEPTOR() argument521 SCOPED_TSAN_INTERCEPTOR(on_exit, f, arg); in TSAN_INTERCEPTOR()530 int res = REAL(on_exit)(on_exit_callback_installed_at, ctx); in TSAN_INTERCEPTOR()534 #define TSAN_MAYBE_INTERCEPT_ON_EXIT TSAN_INTERCEPT(on_exit)940 auto on_exit = at_scope_exit([&] { in guard_acquire() local
495 # define atexit(f) on_exit((f), 0) /* ugly hack for SunOS */
2849 auto on_exit = llvm::make_scope_exit([this, old_suppress_value]() { in EvaluateExpression() local3125 auto on_exit = llvm::make_scope_exit([output_sp] { output_sp->Flush(); }); in RunStopHooks() local
2675 auto on_exit = llvm::make_scope_exit([this]() { RestoreProcessEvents(); }); in LaunchPrivate() local
625 /* Define to 1 if you have the `on_exit' function. */
2459 fun:on_exit=uninstrumented
17956 on_exit \