Searched refs:signal (Results 1 - 25 of 117) sorted by last modified time

12345

/bionic/libc/upstream-netbsd/android/include/
H A Dreentrant.h23 #include <signal.h>
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dpopen.c52 #include <signal.h>
H A Dpsignal.c47 #include <signal.h>
/bionic/libc/upstream-openbsd/android/include/
H A Darc4random.h27 #include <signal.h>
/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Darc4random.c28 #include <signal.h>
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dsystem.c34 #include <signal.h>
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dmath_private.h547 #include <signal.h>
/bionic/tests/
H A DBionicDeathTest.h20 #include <signal.h>
H A DScopedSignalHandler.h20 #include <signal.h>
H A Dfortify_test.cpp31 #include <signal.h>
H A Dgtest_main.cpp25 #include <signal.h>
618 sig_t ret = signal(SIGINT, signal_handler);
620 ret = signal(SIGQUIT, signal_handler);
630 sig_t ret = signal(SIGINT, SIG_DFL);
632 ret = signal(SIGQUIT, SIG_DFL);
860 // Record signal terminated test as failed.
863 snprintf(buf, sizeof(buf), "%s terminated by signal: %s.\n",
H A Dpthread_test.cpp24 #include <signal.h>
401 // Restore the original signal mask.
442 // Restore the original signal mask.
532 // Can we call pthread_kill from a signal handler?
1600 // Verify if the stack used by the signal handler is the alternate stack just registered.
1606 // Verify if the main thread's stack got in the signal handler is correct.
H A Dsignal_test.cpp18 #include <signal.h>
63 // Bad signal number: too small.
68 // Bad signal number: too high.
73 // Good signal numbers, low and high ends of range.
81 TEST(signal, sigaddset_invalid) {
85 TEST(signal, sigaddset64_invalid) {
91 TEST(signal, sigdelset_invalid) {
95 TEST(signal, sigdelset64_invalid) {
101 TEST(signal, sigemptyset_invalid) {
105 TEST(signal, sigemptyset64_invali
[all...]
H A Dspawn_test.cpp407 ASSERT_NE(SIG_ERR, signal(SIGALRM, SIG_IGN));
408 ASSERT_NE(SIG_ERR, signal(SIGCONT, SIG_IGN));
431 // Ensure that posix_spawn doesn't restore the caller's signal mask in the
436 signal(SIGRTMIN, SIG_IGN);
462 // We use a real-time signal because that's a tricky case for LP32
H A Dstack_unwinding_test.cpp24 #include <signal.h>
94 // outside of the signal handler. This avoids a case where the only frame
95 // right after the signal handler winds up being garbage.
H A Dsys_epoll_test.cpp21 #include <signal.h>
H A Dsys_select_test.cpp20 #include <signal.h>
H A Dsys_signalfd_test.cpp33 #include <signal.h>
41 static void TestSignalFd(int fd, int signal) { argument
44 ASSERT_EQ(0, raise(signal));
49 ASSERT_EQ(signal, static_cast<int>(sfd_si.ssi_signo));
H A Dtime_test.cpp22 #include <signal.h>
/bionic/tests/headers/posix/
H A Dsignal_h.c29 #include <signal.h>
218 FUNCTION(signal, signal_handler_type (*f)(int, signal_handler_type));
/bionic/libc/arch-arm64/bionic/
H A Dvfork.S30 #include <asm/signal.h>
/bionic/libc/arch-mips/bionic/
H A Dsetjmp.S118 * @(#)signal.h 8.1 (Berkeley) 6/10/93
217 # get the cookie and store it along with the signal flag.
225 beqz $t0, 1f # do saving of signal mask?
228 LA $a2, SC_MASK_OFFSET($a0) # gets current signal mask
231 jal sigprocmask # get current signal mask
346 beqz $t0, 1f # restore signal mask?
352 jal sigprocmask # restore signal mask
/bionic/libc/arch-mips64/bionic/
H A Dsetjmp.S118 * @(#)signal.h 8.1 (Berkeley) 6/10/93
217 # get the cookie and store it along with the signal flag.
225 beqz $t0, 1f # do saving of signal mask?
228 LA $a2, SC_MASK_OFFSET($a0) # gets current signal mask
231 jal sigprocmask # get current signal mask
346 beqz $t0, 1f # restore signal mask?
352 jal sigprocmask # restore signal mask
/bionic/libc/bionic/
H A D__libc_current_sigrtmax.cpp29 #include <signal.h>
H A D__libc_current_sigrtmin.cpp29 #include <signal.h>

Completed in 232 milliseconds

12345