Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dasm_subr.S94 ENTRY(__sighndlr) function
107 SET_SIZE(__sighndlr)
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.S138 ENTRY(__sighndlr) function
148 SET_SIZE(__sighndlr)
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dasm_subr.S87 ENTRY(__sighndlr) function
95 SET_SIZE(__sighndlr)
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1480 extern void __sighndlr(int, siginfo_t *, ucontext_t *, void (*)());
1482 #pragma unknown_control_flow(__sighndlr)
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c202 __sighndlr(sig, sip, ucp, uact.sa_sigaction); in call_user_handler()
H A Dthr.c2681 *func = &__sighndlr; in thr_sighndlrinfo()
2682 *funcsize = (char *)&__sighndlrend - (char *)&__sighndlr; in thr_sighndlrinfo()