Home
last modified time | relevance | path

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

/freebsd/contrib/libcxxrt/
H A Dmemory.cc49 typedef void (*new_handler)(); typedef
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp230 struct sigaction *new_handler = nullptr; in RestoreSignalHandlerScope() local