HomeSort by relevance Sort by last modified time
    Searched refs:on_exit (Results 1 - 18 of 18) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
atexit.c 1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
21 /* If the system doesn't provide a definition for atexit, use on_exit
23 on_exit (f, 0);
configure     [all...]
  /external/syslinux/com32/lib/
atexit.c 9 return on_exit((void (*)(int, void *))fctn, NULL);
onexit.c 22 int on_exit(void (*fctn) (int, void *), void *arg) function
  /system/libufdt/tests/
gen_test.sh 31 on_exit() { function
41 trap on_exit EXIT
verify_dto_inc.sh 23 function on_exit() { function
43 trap on_exit EXIT
apply_overlay.sh 29 function on_exit() { function
70 trap on_exit EXIT
  /external/autotest/server/cros/
stress_unittest.py 44 def on_exit(): function in function:StressorTest.testOnExit
47 stressor = stress.CountedStressor(stress_event, on_exit=on_exit)
58 def on_exit(): function in function:StressorTest.testOnExitWithException
61 stressor = stress.CountedStressor(stress_event, on_exit=on_exit)
stress.py 18 def __init__(self, stressor, on_exit=None, escalate_exceptions=True):
23 @param on_exit: callable which will be called when the thread finishes.
30 self.on_exit = on_exit
67 if self.on_exit:
68 self.on_exit()
119 def __init__(self, stressor, on_exit=None, escalate_exceptions=True):
124 @param on_exit: callable which will be called when the thread finishes.
129 super(ControlledStressor, self).__init__(stressor, on_exit,
  /external/compiler-rt/lib/dfsan/scripts/
check_custom_wrappers.sh 13 on_exit() { function
21 trap on_exit EXIT
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
main.cc 124 auto on_exit = [](int) { g_prog->Stop(); }; local
125 signal(SIGINT, on_exit);
126 signal(SIGTERM, on_exit);
  /hardware/qcom/audio/hal/audio_extn/
tfa_98xx.c 308 goto on_exit;
329 goto on_exit;
337 goto on_exit;
348 on_exit:
367 goto on_exit;
373 goto on_exit;
379 goto on_exit;
391 on_exit:
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdlib 46 using ::on_exit;
  /external/syslinux/com32/include/
stdlib.h 22 __extern int on_exit(void (*)(int, void *), void *);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 431 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) {
434 SCOPED_TSAN_INTERCEPTOR(on_exit, f, arg);
442 int res = REAL(on_exit)(on_exit_wrapper, ctx);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 536 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
541 /* Call all functions registered with `atexit' and `on_exit',
559 functions registered with `atexit' or `on_exit'. */
    [all...]
  /external/elfutils/src/
ldgeneric.c     [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 729 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
    [all...]

Completed in 714 milliseconds