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

1 2 3 4 5 6 7 8

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

Completed in 320 milliseconds

1 2 3 4 5 6 7 8