HomeSort by relevance Sort by last modified time
    Searched full:sighandler (Results 76 - 100 of 128) sorted by null

1 2 34 5 6

  /prebuilts/go/darwin-x86/src/runtime/
sys_nacl_amd64p32.s 328 // copy arguments for sighandler
335 CALL runtime·sighandler(SB)
signal_386.go 31 func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) { func
signal_amd64x.go 42 func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) { func
signal_arm64.go 52 func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) { func
signal_ppc64x.go 57 func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) { func
sys_dragonfly_amd64.s 215 CALL runtime·sighandler(SB)
sys_freebsd_amd64.s 211 CALL runtime·sighandler(SB)
sys_netbsd_amd64.s 265 CALL runtime·sighandler(SB)
sys_openbsd_amd64.s 256 CALL runtime·sighandler(SB)
sys_solaris_amd64.s 228 CALL runtime·sighandler(SB)
sys_windows_386.s 121 // (we need room for sighandler arguments anyway).
sys_darwin_arm.s 240 // copy arguments for call to sighandler
  /prebuilts/go/linux-x86/src/runtime/
os3_solaris.go 272 if fn == funcPC(sighandler) {
287 return funcPC(sighandler)
sys_nacl_amd64p32.s 328 // copy arguments for sighandler
335 CALL runtime·sighandler(SB)
signal_386.go 31 func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) { func
signal_amd64x.go 42 func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) { func
signal_arm64.go 52 func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) { func
signal_ppc64x.go 57 func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) { func
sys_dragonfly_amd64.s 215 CALL runtime·sighandler(SB)
sys_freebsd_amd64.s 211 CALL runtime·sighandler(SB)
sys_netbsd_amd64.s 265 CALL runtime·sighandler(SB)
sys_openbsd_amd64.s 256 CALL runtime·sighandler(SB)
sys_solaris_amd64.s 228 CALL runtime·sighandler(SB)
sys_windows_386.s 121 // (we need room for sighandler arguments anyway).
  /external/valgrind/coregrind/m_sigframe/
sigframe-ppc64-linux.c 63 so that the sighandler can mess with the vcpu state if it

Completed in 292 milliseconds

1 2 34 5 6