Home
last modified time | relevance | path

Searched defs:exception_handler (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/boost/python/detail/
Dexception_handler.hpp18 struct BOOST_PYTHON_DECL exception_handler struct
29 static exception_handler* chain;
32 static exception_handler* tail;
34 handler_function m_impl;
35 exception_handler* m_next;
/third_party/boost/boost/log/sources/
Dexception_handler_feature.hpp237 struct exception_handler struct
240 struct apply
/third_party/boost/boost/log/utility/
Dexception_handler.hpp123 class exception_handler : class
152 explicit exception_handler(handler_type const& handler) : base_type(handler) in exception_handler() function in boost::exception_handler
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dthrd_detach.c23 void exception_handler(int sig) in exception_handler() function
Dthrd_join.c23 void exception_handler(int sig) in exception_handler() function
Dthrd_create.c24 void exception_handler(int sig) in exception_handler() function
Dthrd_sleep.c25 void exception_handler(int sig) in exception_handler() function
/third_party/boost/libs/python/src/
Derrors.cpp79 exception_handler::exception_handler(handler_function const& impl) in exception_handler() function in boost::python::detail::exception_handler
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dtimer_gettime.c34 void exception_handler(int sig) in exception_handler() function
Dtimer_settime.c35 void exception_handler(int sig) in exception_handler() function
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dtimerfd_settime.c28 void exception_handler(int sig) in exception_handler() function
Dclock_adjtime.c23 void exception_handler(int sig) in exception_handler() function
/third_party/boost/boost/log/sinks/
Dbasic_sink_frontend.hpp154 exception_handler_type& exception_handler() { return m_ExceptionHandler; } in exception_handler() function in boost::sinks::basic_sink_frontend
156 exception_handler_type const& exception_handler() const { return m_ExceptionHandler; } in exception_handler() function in boost::sinks::basic_sink_frontend
/third_party/python/Lib/test/
Dtest_asyncgen.py1467 def exception_handler(loop, context): function
1489 def exception_handler(loop, context): function
1518 def exception_handler(loop, context): function
1578 def exception_handler(loop, context): function
/third_party/mindspore/mindspore/core/utils/
Dlog_adapter.h188 …static void set_exception_handler(ExceptionHandler exception_handler) { exception_handler_ = excep… in set_exception_handler()
/third_party/node/tools/inspector_protocol/jinja2/
Denvironment.py253 exception_handler = None variable in Environment