HomeSort by relevance Sort by last modified time
    Searched refs:setsig (Results 1 - 24 of 24) sorted by null

  /external/mksh/src/
histrap.c 1131 setsig(&sigtraps[SIGINT], trapsig, SS_RESTORE_ORIG);
1132 setsig(&sigtraps[SIGQUIT], trapsig, SS_RESTORE_ORIG);
1133 setsig(&sigtraps[SIGTERM], trapsig, SS_RESTORE_ORIG);
1134 setsig(&sigtraps[SIGHUP], trapsig, SS_RESTORE_ORIG);
1143 setsig(&sigtraps[SIGALRM], alarm_catcher,
1416 setsig(p, (p->flags & TF_EXEC_IGN) ? SIG_IGN : SIG_DFL,
1454 setsig(p, f, SS_RESTORE_CURR|SS_USER);
1468 setsig(p, SIG_IGN, SS_RESTORE_CURR);
1491 setsig(Trap *p, sig_t f, int flags) function
    [all...]
jobs.c 185 setsig(&sigtraps[SIGCHLD], j_sigchld,
189 setsig(&sigtraps[SIGCHLD], SIG_DFL, SS_RESTORE_ORIG|SS_FORCE);
212 setsig(&sigtraps[tt_sigs[i]], SIG_IGN,
358 setsig(&sigtraps[SIGTTIN], SIG_DFL,
377 setsig(&sigtraps[tt_sigs[i]], SIG_IGN,
404 setsig(&sigtraps[tt_sigs[i]], SIG_IGN,
410 setsig(&sigtraps[tt_sigs[i]],
575 setsig(&sigtraps[tt_sigs[forksleep]], SIG_DFL,
588 setsig(&sigtraps[SIGINT], SIG_IGN,
590 setsig(&sigtraps[SIGQUIT], SIG_IGN
    [all...]
main.c 576 setsig(&sigtraps[SIGWINCH], x_sigwinch,
1051 setsig(&sigtraps[sig], SIG_DFL,
    [all...]
sh.h     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
defs_linux_mips64x.go 123 // but it is used in setsig(). it is no harm to put it here
signal_unix.go 111 setsig(i, funcPC(sighandler))
162 setsig(sig, funcPC(sighandler))
191 setsig(sig, atomic.Loaduintptr(&fwdSig[sig]))
212 setsig(sig, _SIG_IGN)
225 setsig(i, _SIG_DFL)
239 setsig(_SIGPROF, funcPC(sighandler))
246 setsig(_SIGPROF, atomic.Loaduintptr(&fwdSig[_SIGPROF]))
434 setsig(sig, _SIG_DFL)
478 setsig(sig, handler)
504 setsig(sig, funcPC(sighandler)
    [all...]
defs_linux_mipsx.go 125 // but it is used in setsig(). it is no harm to put it here
os_dragonfly.go 237 func setsig(i uint32, fn uintptr) { func
os_netbsd.go 289 func setsig(i uint32, fn uintptr) { func
os_openbsd.go 243 func setsig(i uint32, fn uintptr) { func
os_freebsd.go 310 func setsig(i uint32, fn uintptr) { func
os3_solaris.go 261 func setsig(i uint32, fn uintptr) { func
os_darwin.go 530 func setsig(i uint32, fn uintptr) { func
os_linux.go 393 func setsig(i uint32, fn uintptr) { func
  /prebuilts/go/linux-x86/src/runtime/
defs_linux_mips64x.go 123 // but it is used in setsig(). it is no harm to put it here
signal_unix.go 111 setsig(i, funcPC(sighandler))
162 setsig(sig, funcPC(sighandler))
191 setsig(sig, atomic.Loaduintptr(&fwdSig[sig]))
212 setsig(sig, _SIG_IGN)
225 setsig(i, _SIG_DFL)
239 setsig(_SIGPROF, funcPC(sighandler))
246 setsig(_SIGPROF, atomic.Loaduintptr(&fwdSig[_SIGPROF]))
434 setsig(sig, _SIG_DFL)
478 setsig(sig, handler)
504 setsig(sig, funcPC(sighandler)
    [all...]
defs_linux_mipsx.go 125 // but it is used in setsig(). it is no harm to put it here
os_dragonfly.go 237 func setsig(i uint32, fn uintptr) { func
os_netbsd.go 289 func setsig(i uint32, fn uintptr) { func
os_openbsd.go 243 func setsig(i uint32, fn uintptr) { func
os_freebsd.go 310 func setsig(i uint32, fn uintptr) { func
os3_solaris.go 261 func setsig(i uint32, fn uintptr) { func
os_darwin.go 530 func setsig(i uint32, fn uintptr) { func
os_linux.go 393 func setsig(i uint32, fn uintptr) { func

Completed in 223 milliseconds