Searched refs:SIGALRM (Results 1 - 25 of 60) sorted by relevance

123

/linux-master/tools/perf/tests/workloads/
H A Dnoploop.c23 signal(SIGALRM, sighandler);
H A Dsqrtloop.c19 signal(SIGALRM, sighandler);
H A Dthloop.c41 signal(SIGALRM, sighandler);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsignal_pending.c33 err = sigaction(SIGALRM, &sigalrm_action, NULL);
43 signal(SIGALRM, SIG_DFL);
/linux-master/tools/testing/selftests/x86/
H A Dsigaltstack.c70 printf("[FAIL]\tWrong signal delivered: SIGSEGV (expected SIGALRM).");
82 printf("[FAIL]\tWrong signal delivered: SIGALRM (expected SIGSEGV).");
97 sethandler(SIGALRM, sigalrm, SA_ONSTACK);
102 printf("\tRaise SIGALRM. %s is expected to be delivered.\n",
104 raise(SIGALRM);
107 clearhandler(SIGALRM);
/linux-master/security/apparmor/include/
H A Dsig_names.h27 [SIGALRM] = 14,
/linux-master/tools/testing/selftests/proc/
H A Dproc-tid0.c62 signal(SIGALRM, sigalrm);
/linux-master/arch/parisc/include/uapi/asm/
H A Dsignal.h19 #define SIGALRM 14 macro
/linux-master/arch/m68k/include/uapi/asm/
H A Dsignal.h32 #define SIGALRM 14 macro
/linux-master/tools/testing/selftests/netfilter/
H A Dconnect_close.c26 _exit(sig == SIGALRM ? 0 : 1);
35 sigaction(SIGALRM, &action, NULL);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dvmx_exception_with_invalid_guest_state.c90 TEST_ASSERT(sig == SIGALRM, "Unexpected signal = %d", sig);
139 TEST_ASSERT(signal(SIGALRM, sigalrm_handler) != SIG_ERR,
140 "Failed to register SIGALRM handler, errno = %d (%s)",
/linux-master/arch/um/os-Linux/
H A Dsignal.c108 timer_handler(SIGALRM, NULL, &regs);
133 timer_alarm_handler(SIGALRM, NULL, NULL);
138 set_handler(SIGALRM);
172 [SIGALRM] = timer_alarm_handler,
232 sigaddset(&action.sa_mask, SIGALRM);
/linux-master/tools/testing/selftests/timers/
H A Dposix_timers.c102 signal(SIGALRM, sig_handler);
159 signal(SIGALRM, sig_handler);
232 signal(SIGALRM, ctd_sighandler);
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dnull_syscall.c50 signal(SIGALRM, sigalrm_handler);
58 signal(SIGALRM, SIG_DFL);
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsignal.c50 if (sigaction(SIGALRM, &act, NULL) < 0) {
51 perror("sigaction SIGALRM");
H A Dsignal_tm.c53 if (sigaction(SIGALRM, &act, NULL) < 0) {
54 perror("sigaction SIGALRM");
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_poll_test.c74 if (signal(SIGALRM, handle_alarm) == SIG_ERR)
/linux-master/arch/mips/include/uapi/asm/
H A Dsignal.h39 #define SIGALRM 14 /* Alarm clock (POSIX). */ macro
/linux-master/arch/s390/include/uapi/asm/
H A Dsignal.h40 #define SIGALRM 14 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsignal.h36 #define SIGALRM 14 macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dsignal.h49 #define SIGALRM 14 macro
/linux-master/arch/arm/include/uapi/asm/
H A Dsignal.h32 #define SIGALRM 14 macro
/linux-master/include/uapi/asm-generic/
H A Dsignal.h25 #define SIGALRM 14 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsignal.h35 #define SIGALRM 14 macro
/linux-master/arch/x86/include/uapi/asm/
H A Dsignal.h36 #define SIGALRM 14 macro

Completed in 425 milliseconds

123