Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dthrd_detach.c23 void exception_handler(int sig) in exception_handler() function
Dthrd_create.c24 void exception_handler(int sig) in exception_handler() function
Dthrd_join.c26 void exception_handler(int sig) in exception_handler() function
Dthrd_sleep.c25 void exception_handler(int sig) in exception_handler() function
/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/python/Lib/test/
Dtest_asyncgen.py1469 def exception_handler(loop, context): function
1491 def exception_handler(loop, context): function
1520 def exception_handler(loop, context): function
1580 def exception_handler(loop, context): function
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dlog_adapter.cc141 LogWriter::ExceptionHandler &LogWriter::exception_handler() { in exception_handler() function in mindspore::LogWriter
429 const auto &exception_handler = GetExceptionHandler(); in operator ^() local