HomeSort by relevance Sort by last modified time
    Searched defs:SIGNAL (Results 1 - 25 of 46) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
23-1.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGABRT
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGABRT
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-10.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGPIPE
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGPIPE
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-11.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGQUIT
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGQUIT
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-12.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGSEGV
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGSEGV
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-13.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGTERM
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGTERM
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-14.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGTSTP
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGTSTP
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-15.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGTTIN
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGTTIN
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-16.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGTTOU
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGTTOU
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-17.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGUSR1
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGUSR1
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-18.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGUSR2
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGUSR2
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-19.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGALRM
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
40 #include <signal.h>
71 #define SIGNAL SIGALRM
82 FAILED("Signal was not masked in signal handler");
87 /* Raise the signal again. It should be masked *
    [all...]
23-2.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGALRM
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGALRM
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-20.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGPROF
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGPROF
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-21.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGSYS
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGSYS
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-22.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGTRAP
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGTRAP
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-23.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGURG
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGURG
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-24.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGVTALRM
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGVTALRM
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-25.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGXCPU
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGXCPU
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-26.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGXFSZ
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGXFSZ
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-3.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGBUS
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGBUS
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-4.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGCHLD
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGCHLD
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-5.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGCONT
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGCONT
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-6.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGFPE
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGFPE
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-7.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGHUP
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGHUP
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]
23-8.c 19 * If SA_NODEFER is not set in sa_flags, the caught signal is added to the
20 * thread's signal mask during the handler execution.
23 * -> register a signal handler for SIGILL
27 * The test fails if signal handler if reentered or signal is not pending when raised again.
43 #include <signal.h>
77 #define SIGNAL SIGILL
92 FAILED("Signal was not masked in signal handler");
97 /* Raise the signal again. It should be masked *
    [all...]

Completed in 235 milliseconds

1 2