HomeSort by relevance Sort by last modified time
    Searched refs:SIGTTOU (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
3-16.c 15 2. Set the signal handler for SIGTTOU to handler
17 4. raise SIGTTOU
40 if (sigaction(SIGTTOU, &act, 0) == -1) {
46 if (sigaction(SIGTTOU, 0, &oact) == -1) {
52 if (raise(SIGTTOU) == -1) {
1-16.c 17 2. Use sigaction to setup a signal handler for SIGTTOU
18 3. Raise SIGTTOU.
40 if (sigaction(SIGTTOU, &act, 0) == -1) {
46 if (raise(SIGTTOU) == -1) {
28-16.c 24 * -> register a signal handler for SIGTTOU with signal().
65 if (signal(SIGTTOU, handler_1) == SIG_ERR) {
85 ret = sigaction(SIGTTOU, &sa, &save);
93 ret = raise(SIGTTOU);
106 ret = sigaction(SIGTTOU, &save, 0);
114 ret = raise(SIGTTOU);
22-16.c 18 3. (child) Setup a signal handler for SIGTTOU with SA_NODEFER set
20 4. (child) raise SIGTTOU
22 6. (child, signal handler) if count is 1 then raise SIGTTOU
44 printf("SIGTTOU caught\n");
54 printf("Raising SIGTTOU\n");
55 raise(SIGTTOU);
56 printf("Returning from raising SIGTTOU\n");
72 if (sigaction(SIGTTOU, &act, 0) == -1) {
78 if (raise(SIGTTOU) == -1) {
25-16.c 17 3. (child) Setup a signal handler for SIGTTOU
18 4. (child) raise SIGTTOU
20 6. (child, signal handler) if count is 1 then raise SIGTTOU
41 printf("SIGTTOU caught\n");
52 printf("Raising SIGTTOU\n");
53 raise(SIGTTOU);
54 printf("Returning from raising SIGTTOU\n");
70 if (sigaction(SIGTTOU, &act, 0) == -1) {
76 if (raise(SIGTTOU) == -1) {
8-17.c 26 printf("Caught SIGTTOU\n");
32 raise(SIGTTOU);
46 sigaddset(&act.sa_mask, SIGTTOU);
56 if (sigaction(SIGTTOU, &act, 0) == -1) {
13-16.c 31 printf("Caught SIGTTOU\n");
52 if (sigaction(SIGTTOU, &act, 0) == -1) {
64 if (raise(SIGTTOU) == -1) {
2-16.c 14 1. Call sigaction to set handler for SIGTTOU to use handler1
15 2. Call sigaction again to set handler for SIGTTOU to use handler2,
42 if (sigaction(SIGTTOU, &act, 0) == -1) {
50 if (sigaction(SIGTTOU, &act, &oact) == -1) {
4-16.c 16 3. (child) Setup a signal handler for SIGTTOU with SIGKILL added to
18 4. (child) raise SIGTTOU
54 if (sigaction(SIGTTOU, &act, 0) == -1) {
60 if (raise(SIGTTOU) == -1) {
6-16.c 9 setting the SA_INFO bit in the signal mask for SIGTTOU will result
37 if (sigaction(SIGTTOU, &act, 0) == -1) {
43 if (raise(SIGTTOU) == -1) {
12-16.c 32 printf("Caught SIGTTOU\n");
53 if (sigaction(SIGTTOU, &act, 0) == -1) {
73 if (raise(SIGTTOU) == -1) {
12-42.c 30 printf("Caught SIGTTOU\n");
51 if (sigaction(SIGTTOU, &act, 0) == -1) {
63 if (raise(SIGTTOU) == -1) {
18-16.c 24 * -> register a handler for SIGTTOU without SA_SIGINFO, and a known function
26 * -> raise SIGTTOU, and check the function has been called.
68 /* Install the signal handler for SIGTTOU */
69 ret = sigaction(SIGTTOU, &sa, 0);
82 ret = raise(SIGTTOU);
85 perror("Failed to raise SIGTTOU");
4-42.c 16 3. (child) Setup a signal handler for SIGTTOU with SIGSTOP added to
18 4. (child) raise SIGTTOU
53 if (sigaction(SIGTTOU, &act, 0) == -1) {
59 if (raise(SIGTTOU) == -1) {
8-16.c 31 printf("Caught SIGTTOU\n");
47 if (sigaction(SIGTTOU, &act, 0) == -1) {
62 if (raise(SIGTTOU) == -1) {
4-68.c 10 that attempting to add SIGKILL to the signal mask of SIGTTOU will
33 if (sigaction(SIGTTOU, &act, 0) == -1) {
4-94.c 10 that attempting to add SIGSTOP to the signal mask of SIGTTOU will
33 if (sigaction(SIGTTOU, &act, 0) == -1) {
19-16.c 25 * -> register a handler for SIGTTOU with SA_SIGINFO, and a known function
27 * -> raise SIGTTOU, and check the function has been called.
54 if (info->si_signo != SIGTTOU) {
88 /* Install the signal handler for SIGTTOU */
89 ret = sigaction(SIGTTOU, &sa, 0);
102 ret = raise(SIGTTOU);
105 perror("Failed to raise SIGTTOU");
17-16.c 10 errno set to EINTR if a handler for the SIGTTOU signal is setup with
32 printf("Caught SIGTTOU\n");
48 sigaction(SIGTTOU, &act, 0);
67 process sending the SIGTTOU signal, and the
82 kill(pid, SIGTTOU);
  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 32 SIGTTOU = 22 # Stopped (tty output)
  /external/libmojo/third_party/catapult/devil/devil/android/
device_signal.py 32 SIGTTOU = 22 # Stopped (tty output)
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
13-1.c 28 (0 == SIGTTOU) || (0 == SIGUSR1) || (0 == SIGUSR2) ||
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 56 #define SIGTTOU 22 /* Background write to tty (POSIX). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 56 #define SIGTTOU 22 /* Background write to tty (POSIX). */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpending/
1-2.c 98 if (sigaction(SIGTTOU, &act, 0) == -1) {
103 if (raise(SIGTTOU) == -1) {
104 perror("Could not raise SIGTTOU");

Completed in 1098 milliseconds

1 2 3 4 5 6 7 8