Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_break.py126 def new_handler(frame, signum): function
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp423 dispatch_block_t new_handler = Block_copy(^(void) { in TSAN_INTERCEPTOR() local
452 dispatch_block_t new_handler = Block_copy(^(void) { in TSAN_INTERCEPTOR() local
483 dispatch_block_t new_handler = Block_copy(^(void) { in TSAN_INTERCEPTOR() local
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp209 struct sigaction *new_handler = nullptr; in RestoreSignalHandlerScope() local