Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/uxkern/
H A Dux_exception.c128 int ux_signal = ux_exception(exception, code, subcode); in handle_ux_exception() local
142 ux_signal == SIGBUS) { in handle_ux_exception()
152 ux_signal = SIGSEGV; in handle_ux_exception()
159 int mask = sigmask(ux_signal); in handle_ux_exception()
176 if (ux_signal != 0) { in handle_ux_exception()
180 threadsignal(thread, ux_signal, code, TRUE); in handle_ux_exception()