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

1 2 3 4 5 6 78 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
4-47.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGSYS with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
33 void handler(int signo) function
49 act.sa_handler = handler;
4-48.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGTRAP with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
33 void handler(int signo) function
49 act.sa_handler = handler;
4-49.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGURG with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
33 void handler(int signo) function
49 act.sa_handler = handler;
4-50.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGVTALRM with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
33 void handler(int signo) function
49 act.sa_handler = handler;
4-51.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGXCPU with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
33 void handler(int signo) function
49 act.sa_handler = handler;
4-52.c 11 for a signal handler.
16 3. (child) Setup a signal handler for SIGXFSZ with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
33 void handler(int signo) function
49 act.sa_handler = handler;
6-1.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-10.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-11.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-12.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-13.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-14.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-15.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-16.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-17.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-18.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-19.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-2.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-20.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-21.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-22.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-23.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-24.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-25.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;
6-26.c 24 void handler(int signo, siginfo_t * info, void *context) function
33 act.sa_sigaction = handler;

Completed in 366 milliseconds

1 2 3 4 5 6 78 91011>>