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
561 auto on_exit = llvm::make_scope_exit([this]() { ResetDeclMap(); }); in TryParse() local805 auto on_exit = llvm::make_scope_exit([this]() { ResetDeclMap(); }); in Complete() local
508 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { in TSAN_INTERCEPTOR() argument511 SCOPED_TSAN_INTERCEPTOR(on_exit, f, arg); in TSAN_INTERCEPTOR()520 int res = REAL(on_exit)(on_exit_callback_installed_at, ctx); in TSAN_INTERCEPTOR()524 #define TSAN_MAYBE_INTERCEPT_ON_EXIT TSAN_INTERCEPT(on_exit)879 auto on_exit = at_scope_exit([blocking_hooks] { in guard_acquire() local
495 # define atexit(f) on_exit((f), 0) /* ugly hack for SunOS */
625 /* Define to 1 if you have the `on_exit' function. */
2667 auto on_exit = llvm::make_scope_exit([this, old_suppress_value]() { in EvaluateExpression() local
2706 auto on_exit = llvm::make_scope_exit([this]() { RestoreProcessEvents(); }); in LaunchPrivate() local
2459 fun:on_exit=uninstrumented
17956 on_exit \