Searched refs:sigacthandler (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | sigaction.c | 235 * application's signal handler has been run via sigacthandler(). 263 * it in call_user_handler(), called from sigacthandler(), 270 tact.sa_sigaction = self->ul_uberdata->sigacthandler; 288 sigacthandler(int sig, siginfo_t *sip, void *uvp) function 327 thr_panic("sigacthandler(): call_user_handler() returned"); 358 thr_panic("sigacthandler(): __setcontext() returned"); 427 tact.sa_sigaction = udp->sigacthandler; 433 tact.sa_sigaction = udp->sigacthandler; 471 *osigacthandler = udp->sigacthandler; 473 udp->sigacthandler [all...] |
H A D | thr.c | 127 sigacthandler, /* sigacthandler */ 1354 udp->sigacthandler = sigacthandler;
|
/illumos-gate/usr/src/cmd/ptools/psig/ |
H A D | psig.c | 245 uberaddr + offsetof(uberdata32_t, sigacthandler)); 254 uberaddr + offsetof(uberdata_t, sigacthandler));
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 967 void (*sigacthandler)(int, siginfo_t *, void *); member in struct:uberdata 1180 caddr32_t sigacthandler; member in struct:uberdata32 1281 extern void sigacthandler(int, siginfo_t *, void *);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/ |
H A D | libc.c | 849 HD("nthreads nzombies ndaemons pid sigacthandler"); 856 prt_addr((void *)uberdata.sigacthandler, 0));
|
Completed in 176 milliseconds