Home
last modified time | relevance | path

Searched refs:SIGSTOP (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/asm-generic/
H A Dsignal.h29 #define SIGSTOP 19 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h41 #define SIGSTOP 19 macro
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c512 if (sigaction(SIGSTOP, &act, NULL) == 0) { in test_signal()
516 chk_error(sigaction(SIGSTOP, NULL, &act)); in test_signal()
/openbmc/u-boot/doc/
H A DREADME.arm-relocation159 Program received signal SIGSTOP, Stopped (signal).
/openbmc/qemu/bsd-user/
H A Dsignal.c924 kill(getpid(), SIGSTOP); in handle_pending_signal()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch424 + "SIGSTOP", /* 23 */
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c539 kill(s->qemu_pid, SIGSTOP); in qtest_connect()