Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dthreadsndk.cpp45 void exception_handler(int sig) { exit(t_status); } in exception_handler() function
49 signal(SIGSEGV, exception_handler); in threadfun_create()
122 signal(SIGSEGV, exception_handler); in threadfun_exit()