Searched refs:on_exit (Results 1 – 13 of 13) 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/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/syslinux/com32/lib/ |
D | atexit.c | 9 return on_exit((void (*)(int, void *))fctn, NULL); in atexit()
|
D | onexit.c | 22 int on_exit(void (*fctn) (int, void *), void *arg) in on_exit() function
|
/external/syslinux/com32/include/ |
D | stdlib.h | 22 __extern int on_exit(void (*)(int, void *), void *);
|
/external/autotest/server/site_tests/network_WiFi_SuspendStress/ |
D | network_WiFi_SuspendStress.py | 108 on_exit=self.exit_client)
|
/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/elfutils/src/ |
D | ldgeneric.c | 2683 on_exit (remove_tempfile, NULL); in ld_generic_open_outfile()
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 729 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 163 PUBLIC 36e50 0 on_exit
|