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

1 23 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
4-21.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGSYS with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-22.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGTRAP with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-23.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGURG with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-24.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGVTALRM with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-25.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGXCPU with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-26.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGXFSZ with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-3.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGBUS with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-4.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGCHLD with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-5.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGCONT with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-53.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-54.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-55.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-56.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-57.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-58.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-59.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-6.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGFPE with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
4-60.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-61.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-62.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-63.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-64.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-65.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-66.c 21 void handler(int signo) function
29 act.sa_handler = handler;
4-67.c 21 void handler(int signo) function
29 act.sa_handler = handler;

Completed in 594 milliseconds

1 23 4 5 6 7 8 91011>>