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

  /external/compiler-rt/lib/dfsan/scripts/
check_custom_wrappers.sh 13 on_exit() { function
21 trap on_exit EXIT
  /system/libufdt/tests/
gen_test.sh 31 on_exit() { function
41 trap on_exit EXIT
apply_overlay.sh 29 function on_exit() { function
70 trap on_exit EXIT
verify_dto_inc.sh 23 function on_exit() { function
43 trap on_exit EXIT
  /external/syslinux/com32/lib/
onexit.c 22 int on_exit(void (*fctn) (int, void *), void *arg) function
  /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)
  /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);

Completed in 1275 milliseconds