HomeSort by relevance Sort by last modified time
    Searched defs:sighandler (Results 1 - 25 of 38) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/runtime/
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_arm.go 39 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
os3_plan9.go 11 func sighandler(_ureg *ureg, note *byte, gp *g) int { func
24 print("sighandler: ureg ", _ureg, " note ", note, "\n")
30 print("sighandler: note is longer than ERRMAX\n")
  /prebuilts/go/linux-x86/src/runtime/
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_arm.go 39 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
os3_plan9.go 11 func sighandler(_ureg *ureg, note *byte, gp *g) int { func
24 print("sighandler: ureg ", _ureg, " note ", note, "\n")
30 print("sighandler: note is longer than ERRMAX\n")
  /external/valgrind/memcheck/tests/solaris/
context_stack_die.c 10 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) function
23 sa.sa_handler = sighandler;
  /external/valgrind/none/tests/solaris/
context_link2.c 8 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) function
29 sa.sa_handler = sighandler;
context_stack.c 11 static void sighandler(int sig) function
42 sa.sa_handler = sighandler;
  /external/dbus/test/name-test/
test-wait-for-echo.py 28 def sighandler(*args, **kwargs): function
32 bus.add_signal_receiver(sighandler, dbus_interface='org.freedesktop.TestSuite', signal_name='Foo')
  /external/libunwind/tests/
ia64-test-sig.c 39 sighandler (int signal) function
52 /* get cursor for caller of sighandler: */
75 unw_resume (&cursor); /* update context & return to caller of sighandler() */
97 signal (SIGSEGV, sighandler);
  /external/valgrind/memcheck/tests/amd64-solaris/
context_rflags.c 19 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) function
31 sa.sa_handler = sighandler;
context_rflags2.c 28 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) function
47 sa.sa_handler = sighandler;
context_fpu.c 17 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) function
53 sa.sa_handler = sighandler;
context_gpr.c 20 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) function
45 sa.sa_handler = sighandler;
context_sse.c 19 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) function
44 sa.sa_handler = sighandler;
  /external/valgrind/memcheck/tests/x86-solaris/
context_eflags.c 17 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) function
29 sa.sa_handler = sighandler;
context_eflags2.c 19 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) function
38 sa.sa_handler = sighandler;
context_fpu.c 15 static void sighandler(int sig, siginfo_t *sip, ucontext_t *ucp) function
52 sa.sa_handler = sighandler;

Completed in 293 milliseconds

1 2