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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/CodeGen/
opaque-pointer.c 5 my_func handler; variable
  /external/compiler-rt/test/tsan/
signal_malloc.cc 6 static void handler(int, siginfo_t*, void*) { function
9 // CHECK: #{{(1|2)}} handler(int, {{(__)?}}siginfo{{(_t)?}}*, void*) {{.*}}signal_malloc.cc:[[@LINE+2]]
10 // CHECK: SUMMARY: ThreadSanitizer: signal-unsafe call inside of a signal{{.*}}handler
18 act.sa_sigaction = &handler;
21 sleep(1); // let the signal handler run
signal_write.cc 9 static void handler(int, siginfo_t*, void*) { function
16 act.sa_sigaction = &handler;
19 sleep(1); // let the signal handler run, can't use barrier in sig handler
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
21-1.c 17 void handler(int signo) function
33 act.sa_handler = handler;
3-1.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGABRT to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-10.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGPIPE to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-11.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGQUIT to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-12.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGSEGV to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-13.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGTERM to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-14.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGTSTP to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-15.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGTTIN to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-16.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGTTOU to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-17.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGUSR1 to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-18.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGUSR2 to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-19.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGUSR2 to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-2.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGUSR2 to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-20.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGPROF to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-21.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGSYS to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-22.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGTRAP to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-23.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGURG to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-24.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGVTALRM to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-25.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGXCPU to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-26.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGXFSZ to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-3.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGBUS to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;
3-4.c 11 signal handler.
14 1. Initialize global variable to indicate handler has not been called
15 2. Set the signal handler for SIGCHLD to handler
18 5. Verify handler was called.
27 void handler(int signo) function
37 act.sa_handler = handler;

Completed in 484 milliseconds

1 2 3 4 56 7 8 91011>>