HomeSort by relevance Sort by last modified time
    Searched full:sighandler (Results 51 - 75 of 148) sorted by null

1 23 4 5 6

  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/
hugeshmdt01.c 82 static void sighandler(int sig);
151 static void sighandler(int sig) function
169 tst_sig(NOFORK, sighandler, cleanup);
  /external/ltp/testcases/kernel/mem/ksm/
ksm05.c 77 static void sighandler(int sig);
122 static void sighandler(int sig) function
137 tst_sig(FORK, sighandler, cleanup);
  /external/ltp/testcases/kernel/mem/tunable/
min_free_kbytes.c 65 static void sighandler(int signo LTP_ATTRIBUTE_UNUSED);
74 sa.sa_handler = sighandler;
234 static void sighandler(int signo LTP_ATTRIBUTE_UNUSED) function
  /external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
msgrcv05.c 151 void sighandler(int sig) function
165 tst_sig(FORK, sighandler, cleanup);
177 tst_sig(FORK, sighandler, cleanup);
  /external/ltp/testcases/kernel/syscalls/ipc/semop/
semop05.c 220 void sighandler(int sig) function
237 tst_sig(FORK, sighandler, cleanup);
254 tst_sig(FORK, sighandler, cleanup);
  /external/ltp/testcases/kernel/syscalls/ipc/shmdt/
shmdt01.c 69 void sighandler(int);
162 void sighandler(int sig) function
180 tst_sig(NOFORK, sighandler, cleanup);
  /external/ltp/testcases/kernel/syscalls/mprotect/
mprotect04.c 42 static void sighandler(int sig);
80 static void sighandler(int sig) function
89 tst_sig(NOFORK, sighandler, cleanup);
  /prebuilts/go/darwin-x86/src/runtime/
os3_plan9.go 15 func sighandler(_ureg *ureg, note *byte, gp *g) int { func
29 print("sighandler: ureg ", _ureg, " note ", note, "\n")
35 print("sighandler: note is longer than ERRMAX\n")
signal_sighandler.go 17 // sighandler is invoked when a signal occurs. The global g will be
28 func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) { func
sys_plan9_386.s 201 // load args and call sighandler
206 CALL runtime·sighandler(SB)
sys_plan9_amd64.s 201 // load args and call sighandler
206 CALL runtime·sighandler(SB)
  /prebuilts/go/linux-x86/src/runtime/
os3_plan9.go 15 func sighandler(_ureg *ureg, note *byte, gp *g) int { func
29 print("sighandler: ureg ", _ureg, " note ", note, "\n")
35 print("sighandler: note is longer than ERRMAX\n")
signal_sighandler.go 17 // sighandler is invoked when a signal occurs. The global g will be
28 func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) { func
sys_plan9_386.s 201 // load args and call sighandler
206 CALL runtime·sighandler(SB)
sys_plan9_amd64.s 201 // load args and call sighandler
206 CALL runtime·sighandler(SB)
  /external/compiler-rt/test/asan/TestCases/Posix/
halt_on_error-signals.c 86 CHECK_CALL(sigaction(SIGUSR1, &sa, 0), "set sighandler");
  /external/libunwind/tests/
Gtest-trace.c 179 sighandler (int signal, void *siginfo UNUSED, void *context) function
188 printf ("sighandler: got signal %d, sp=%p", signal, &sp);
236 act.sa_handler = (void (*)(int)) sighandler;
256 act.sa_handler = (void (*)(int)) sighandler;
Gtest-dyn1.c 103 sighandler (int signal) function
192 signal (SIGSEGV, sighandler);
  /frameworks/base/libs/hwui/tests/unit/
main.cpp 48 // restore the default sighandler and re-raise
  /external/ltp/testcases/kernel/syscalls/clock_nanosleep/
clock_nanosleep01.c 32 static void sighandler(int sig LTP_ATTRIBUTE_UNUSED) function
112 SAFE_SIGNAL(SIGINT, sighandler);
  /external/ltp/testcases/kernel/syscalls/times/
times03.c 45 static void sighandler(int signal) function
206 SAFE_SIGNAL(SIGALRM, sighandler);
  /external/selinux/libselinux/utils/
avcstat.c 89 static void sighandler(int num) function
140 sa.sa_handler = sighandler;
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
hugeshmctl01.c 85 static void sighandler(int sig);
385 static void sighandler(int sig) function
397 tst_sig(FORK, sighandler, cleanup);
  /external/ltp/testcases/kernel/syscalls/ipc/shmctl/
shmctl01.c 461 * sighandler() - handle signals, in this case SIGUSR1 is the only one expected
463 void sighandler(int sig) function
471 tst_sig(FORK, sighandler, cleanup);
  /external/ltp/testcases/kernel/syscalls/mq_timedsend/
mq_timedsend01.c 75 * sighandler()
77 void sighandler(int sig) function
130 act.sa_handler = sighandler;

Completed in 689 milliseconds

1 23 4 5 6