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

1 2 3 4 5 6 7 8

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

Completed in 73 milliseconds

1 2 3 4 5 6 7 8