Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_break.py126 def new_handler(frame, signum): function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp207 struct sigaction *new_handler = nullptr; in RestoreSignalHandlerScope() local