Home
last modified time | relevance | path

Searched defs:new_handler (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/common_lib/cros/
Dretry.py16 def install_sigalarm_handler(new_handler): argument
/external/python/cpython3/Lib/unittest/test/
Dtest_break.py136 def new_handler(frame, signum): function
/external/python/cpython2/Lib/unittest/test/
Dtest_break.py143 def new_handler(frame, signum): function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc364 dispatch_block_t new_handler = Block_copy(^(void) { in TSAN_INTERCEPTOR() local
393 dispatch_block_t new_handler = Block_copy(^(void) { in TSAN_INTERCEPTOR() local
424 dispatch_block_t new_handler = Block_copy(^(void) { in TSAN_INTERCEPTOR() local
/external/libchrome/base/message_loop/
Dmessage_loop_io_posix_unittest.cc325 MessagePumpForIO::FdWatcher* new_handler, in StopWatchingAndWatchAgain()