Searched defs:call_user_handler (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c71 call_user_handler(int sig, siginfo_t *sip, ucontext_t *ucp) function
222 thr_panic("call_user_handler(): setcontext() returned");
263 * it in call_user_handler(), called from sigacthandler(),
317 call_user_handler(sig, sip, ucp);
320 * because call_user_handler() cannot return. However,
327 thr_panic("sigacthandler(): call_user_handler() returned");

Completed in 53 milliseconds