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

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
4-1.c 20 void handler(int signo) function
34 act.sa_handler = handler;
5-1.c 18 void handler(int signo) function
30 act.sa_handler = handler;
6-1.c 20 void handler(int signo) function
37 act.sa_handler = handler;
73 ("FAIL: Handler was not called for even though signal was removed from the signal mask\n");
9-1.c 7 1. Use sigaction to setup a signal handler for SIGABRT
13 the signal handler code.
29 void handler(int signo) function
46 act.sa_handler = handler;
78 ("Handler wasn't called, implying signal was not delivered.\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/
6-1.c 28 void handler(int signo) function
30 printf("Now inside signal handler\n");
45 act.sa_handler = handler;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
3-1.c 13 1. In the child process, register SIGTOTEST with handler.
29 void handler(int signo) function
31 printf("Inside dummy handler\n");
45 act.sa_handler = handler;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
10-1.c 26 static void handler(int signo) function
53 act.sa_handler = handler;
11-1.c 26 static void handler(int signo) function
53 act.sa_handler = handler;
  /external/strace/tests/
erestartsys.c 41 handler(int sig) function
54 .sa_handler = handler,
net-accept-connect.c 40 handler(int sig) function
97 assert(signal(SIGUSR1, handler) != SIG_ERR);
qual_inject-error-signal.c 39 handler(int sig) function
53 const struct sigaction act = { .sa_handler = handler };
rt_sigreturn.c 41 handler(int no, siginfo_t *si, void *uc) function
63 .sa_sigaction = handler,
sigreturn.c 51 handler(int sig) function
73 if (signal(SIGUSR1, handler) == SIG_ERR)
  /external/strace/tests-m32/
erestartsys.c 41 handler(int sig) function
54 .sa_handler = handler,
net-accept-connect.c 40 handler(int sig) function
97 assert(signal(SIGUSR1, handler) != SIG_ERR);
qual_inject-error-signal.c 39 handler(int sig) function
53 const struct sigaction act = { .sa_handler = handler };
rt_sigreturn.c 41 handler(int no, siginfo_t *si, void *uc) function
63 .sa_sigaction = handler,
sigreturn.c 51 handler(int sig) function
73 if (signal(SIGUSR1, handler) == SIG_ERR)
  /external/strace/tests-mx32/
erestartsys.c 41 handler(int sig) function
54 .sa_handler = handler,
net-accept-connect.c 40 handler(int sig) function
97 assert(signal(SIGUSR1, handler) != SIG_ERR);
qual_inject-error-signal.c 39 handler(int sig) function
53 const struct sigaction act = { .sa_handler = handler };
rt_sigreturn.c 41 handler(int no, siginfo_t *si, void *uc) function
63 .sa_sigaction = handler,
sigreturn.c 51 handler(int sig) function
73 if (signal(SIGUSR1, handler) == SIG_ERR)
  /external/syslinux/gpxe/src/core/
ansiesc.c 32 * Call ANSI escape sequence handler
42 struct ansiesc_handler *handler; local
44 for ( handler = handlers ; handler->function ; handler++ ) {
45 if ( handler->function == function ) {
46 handler->handle ( count, params );
62 * appropriate handler if one exists in this ANSI escape sequence
105 * calling handler to avoid potential infinite loops.
  /external/syslinux/gpxe/src/net/
eapol.c 47 struct eapol_handler *handler; local
54 for_each_table_entry ( handler, EAPOL_HANDLERS ) {
55 if ( handler->type == eapol->type ) {
57 return handler->rx ( iob, netdev, ll_source );

Completed in 773 milliseconds

<<11121314151617181920>>