HomeSort by relevance Sort by last modified time
    Searched full:sighandler (Results 1 - 16 of 16) sorted by null

  /external/clang/test/CodeGen/
call.c 29 typedef int SigHandler ();
31 SigHandler *rl_set_sighandler(ohandler)
37 SigHandler *oh;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_proxy_test.cc 131 static void sighandler(int) { function
151 action.sa_handler = sighandler;
156 action.sa_handler = sighandler;
161 ASSERT_EQ((sighandler_t*)sighandler, (sighandler_t*)oaction.sa_handler);
194 ASSERT_EQ(ki_signal(SIGSEGV, sighandler), SIG_ERR)
198 ASSERT_EQ(ki_signal(-1, sighandler), SIG_ERR)
207 ASSERT_EQ(SIG_ERR, ki_signal(SIGSEGV, sighandler));
212 ASSERT_NE(SIG_ERR, ki_signal(SIGWINCH, sighandler));
219 sighandler_t newsig = sighandler;
mount_node_tty_test.cc 245 static void sighandler(int sig) { function in namespace:__anon11558
255 sighandler_t new_handler = sighandler;
  /external/libusb/examples/
dpfp.c 412 static void sighandler(int signum) function
459 sigact.sa_handler = sighandler;
dpfp_threaded.c 439 static void sighandler(int signum) function
478 sigact.sa_handler = sighandler;
  /external/valgrind/main/coregrind/
m_libcsignal.c 473 /* This is bogus - we could get more info from the sighandler. */
m_signals.c 297 > the ucontext being presented to V's sighandler seems completely
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-linux.c 58 across the signal, so that the sighandler can mess with the vcpu
sigframe-ppc64-linux.c 64 so that the sighandler can mess with the vcpu state if it
sigframe-s390x-linux.c 60 so that the sighandler can mess with the vcpu state if it
sigframe-x86-linux.c 60 so that the sighandler can mess with the vcpu state if it
sigframe-ppc32-linux.c 64 so that the sighandler can mess with the vcpu state if it
    [all...]
  /external/qemu-pc-bios/bochs/
config.h.in 601 // for now only term.cc requires a GUI sighandler.
  /external/valgrind/main/memcheck/docs/
mc-tech-docs.xml 292 delivery frame, and the mechanism used to detect a sighandler
294 transition inside a sighandler and still have things working, but
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 299 $SIG{'INT'} = \&sighandler;
4961 sub sighandler { subroutine
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 299 $SIG{'INT'} = \&sighandler;
    [all...]

Completed in 444 milliseconds