Home
last modified time | relevance | path

Searched refs:SIGUSR2 (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/qemu/tests/tcg/multiarch/
H A Dsigreturn-sigmask.c23 kill(getpid(), SIGUSR2); in thread_func()
39 assert(sigaddset(&set, SIGUSR2) == 0); in main()
47 assert(sig == SIGUSR2); in main()
/openbmc/qemu/util/
H A Dcoroutine-sigaltstack.c184 sigaddset(&sigs, SIGUSR2); in qemu_coroutine_new()
195 if (sigaction(SIGUSR2, &sa, &osa) != 0) { in qemu_coroutine_new()
217 pthread_kill(pthread_self(), SIGUSR2); in qemu_coroutine_new()
219 sigdelset(&sigs, SIGUSR2); in qemu_coroutine_new()
242 sigaction(SIGUSR2, &osa, NULL); in qemu_coroutine_new()
/openbmc/linux/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c36 kill(getpid(), SIGUSR2); in SIGUSR1_handler()
103 sigaddset(&act.sa_mask, SIGUSR2); in test_restart()
114 if (sigaction(SIGUSR2, &act, NULL) == -1) { in test_restart()
/openbmc/linux/tools/testing/selftests/timens/
H A Dclock_nanosleep.c21 if (sig == SIGUSR2) in test_sig()
51 signal(SIGUSR2, test_sig); in run_test()
95 pthread_kill(thread, SIGUSR2); in run_test()
/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmmcr2_fcs_fch_test.c39 FAIL_IF(sigaction(SIGUSR2, &sigact, NULL)); in mmcr2_fcs_fch()
40 FAIL_IF(kill(getpid(), SIGUSR2)); in mmcr2_fcs_fch()
/openbmc/linux/tools/testing/selftests/clone3/
H A Dclone3_clear_sighand.c80 ret = sigaction(SIGUSR2, &act, NULL); in test_clone3_clear_sighand()
101 ret = sigaction(SIGUSR2, NULL, &act); in test_clone3_clear_sighand()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c136 FAIL_IF(sigaction(SIGUSR2, &usr2, NULL)); in test_wild_bctr()
144 kill(getpid(), SIGUSR2); in test_wild_bctr()
/openbmc/linux/tools/testing/selftests/sigaltstack/
H A Dsas.c102 raise(SIGUSR2); in switch_fn()
124 sigaction(SIGUSR2, &act, NULL); in main()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dasm-offsets.h6 #define SIGUSR2 12 macro
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dsignal.h25 #define SIGUSR2 12 macro
/openbmc/linux/security/apparmor/include/
H A Dsig_names.h25 [SIGUSR2] = 12, /* 31, 12, 17 */
/openbmc/u-boot/include/asm-generic/
H A Dsignal.h22 #define SIGUSR2 12 macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h30 #define SIGUSR2 12 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h22 #define SIGUSR2 17 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsignal.h23 #define SIGUSR2 12 macro
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dsignal.h38 #define SIGUSR2 12 macro
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dsignal.h30 #define SIGUSR2 12 macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h47 #define SIGUSR2 12 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsignal.h35 #define SIGUSR2 12 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsignal.h42 #define SIGUSR2 17 /* User-defined signal 2 (POSIX). */ macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dsignal.h33 #define SIGUSR2 12 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h53 #define SIGUSR2 31 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h34 #define SIGUSR2 12 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h75 #define SIGUSR2 31 macro
/openbmc/qemu/linux-user/
H A Dsignal-common.h143 MAKE_SIG_ENTRY(SIGUSR2) \

12