Searched refs:on_exit (Results 1 – 8 of 8) sorted by relevance
/external/autotest/server/cros/ |
D | stress.py | 18 def __init__(self, stressor, on_exit=None, escalate_exceptions=True): argument 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): argument 129 super(ControlledStressor, self).__init__(stressor, on_exit,
|
D | stress_unittest.py | 44 def on_exit(): function 47 stressor = stress.CountedStressor(stress_event, on_exit=on_exit) 58 def on_exit(): function 61 stressor = stress.CountedStressor(stress_event, on_exit=on_exit)
|
/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
D | main.cc | 125 auto on_exit = [](int) { g_prog->Stop(); }; in main() local 126 signal(SIGINT, on_exit); in main() 127 signal(SIGTERM, on_exit); in main()
|
/external/compiler-rt/lib/dfsan/scripts/ |
D | check_custom_wrappers.sh | 13 on_exit() { function 21 trap on_exit EXIT
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | task_io_service.ipp | 331 task_cleanup on_exit = { this, &lock, &this_thread }; 332 (void)on_exit; 349 work_cleanup on_exit = { this, &lock, &this_thread }; 350 (void)on_exit; 413 work_cleanup on_exit = { this, &lock, &this_thread }; 414 (void)on_exit;
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 431 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { in TSAN_INTERCEPTOR() argument 434 SCOPED_TSAN_INTERCEPTOR(on_exit, f, arg); in TSAN_INTERCEPTOR() 442 int res = REAL(on_exit)(on_exit_wrapper, ctx); in TSAN_INTERCEPTOR() 2570 TSAN_INTERCEPT(on_exit); in InitializeInterceptors()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2453 fun:on_exit=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 163 PUBLIC 36e50 0 on_exit
|