HomeSort by relevance Sort by last modified time
    Searched defs:handler (Results 26 - 50 of 2987) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
1-3.c 14 handler has not been called. (A signal handler of the
17 2. Use sigaction to setup a signal handler for SIGBUS
28 void handler(int signo) function
37 act.sa_handler = handler;
1-4.c 14 handler has not been called. (A signal handler of the
17 2. Use sigaction to setup a signal handler for SIGCHLD
28 void handler(int signo) function
37 act.sa_handler = handler;
1-5.c 14 handler has not been called. (A signal handler of the
17 2. Use sigaction to setup a signal handler for SIGCONT
28 void handler(int signo) function
37 act.sa_handler = handler;
1-6.c 14 handler has not been called. (A signal handler of the
17 2. Use sigaction to setup a signal handler for SIGFPE
28 void handler(int signo) function
37 act.sa_handler = handler;
1-7.c 14 handler has not been called. (A signal handler of the
17 2. Use sigaction to setup a signal handler for SIGHUP
28 void handler(int signo) function
37 act.sa_handler = handler;
1-8.c 14 handler has not been called. (A signal handler of the
17 2. Use sigaction to setup a signal handler for SIGILL
28 void handler(int signo) function
37 act.sa_handler = handler;
1-9.c 14 handler has not been called. (A signal handler of the
17 2. Use sigaction to setup a signal handler for SIGINT
28 void handler(int signo) function
37 act.sa_handler = handler;
4-1.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGABRT with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-10.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGPIPE with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-100.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-101.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-102.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-103.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-104.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-11.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGQUIT with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-12.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGSEGV with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-13.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGTERM with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-14.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGTSTP with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-15.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGTTIN with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-16.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGTTOU with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-17.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGUSR1 with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-18.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGUSR2 with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-19.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGUSR2 with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-2.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGUSR2 with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-20.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGPROF with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;

Completed in 127 milliseconds

12 3 4 5 6 7 8 91011>>