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

1 2 3 4 5 6 7 8 91011

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
3-6.c 15 2. Set the signal handler for SIGFPE to handler
17 4. raise SIGFPE
40 if (sigaction(SIGFPE, &act, 0) == -1) {
46 if (sigaction(SIGFPE, 0, &oact) == -1) {
52 if (raise(SIGFPE) == -1) {
1-6.c 17 2. Use sigaction to setup a signal handler for SIGFPE
18 3. Raise SIGFPE.
40 if (sigaction(SIGFPE, &act, 0) == -1) {
46 if (raise(SIGFPE) == -1) {
28-6.c 24 * -> register a signal handler for SIGFPE with signal().
65 if (signal(SIGFPE, handler_1) == SIG_ERR) {
85 ret = sigaction(SIGFPE, &sa, &save);
93 ret = raise(SIGFPE);
106 ret = sigaction(SIGFPE, &save, 0);
114 ret = raise(SIGFPE);
22-6.c 18 3. (child) Setup a signal handler for SIGFPE with SA_NODEFER set
20 4. (child) raise SIGFPE
22 6. (child, signal handler) if count is 1 then raise SIGFPE
44 printf("SIGFPE caught\n");
54 printf("Raising SIGFPE\n");
55 raise(SIGFPE);
56 printf("Returning from raising SIGFPE\n");
72 if (sigaction(SIGFPE, &act, 0) == -1) {
78 if (raise(SIGFPE) == -1) {
25-6.c 17 3. (child) Setup a signal handler for SIGFPE
18 4. (child) raise SIGFPE
20 6. (child, signal handler) if count is 1 then raise SIGFPE
41 printf("SIGFPE caught\n");
52 printf("Raising SIGFPE\n");
53 raise(SIGFPE);
54 printf("Returning from raising SIGFPE\n");
70 if (sigaction(SIGFPE, &act, 0) == -1) {
76 if (raise(SIGFPE) == -1) {
8-7.c 26 printf("Caught SIGFPE\n");
32 raise(SIGFPE);
46 sigaddset(&act.sa_mask, SIGFPE);
56 if (sigaction(SIGFPE, &act, 0) == -1) {
13-6.c 31 printf("Caught SIGFPE\n");
52 if (sigaction(SIGFPE, &act, 0) == -1) {
64 if (raise(SIGFPE) == -1) {
2-6.c 14 1. Call sigaction to set handler for SIGFPE to use handler1
15 2. Call sigaction again to set handler for SIGFPE to use handler2,
42 if (sigaction(SIGFPE, &act, 0) == -1) {
50 if (sigaction(SIGFPE, &act, &oact) == -1) {
4-6.c 16 3. (child) Setup a signal handler for SIGFPE with SIGKILL added to
18 4. (child) raise SIGFPE
54 if (sigaction(SIGFPE, &act, 0) == -1) {
60 if (raise(SIGFPE) == -1) {
6-6.c 9 setting the SA_INFO bit in the signal mask for SIGFPE will result
37 if (sigaction(SIGFPE, &act, 0) == -1) {
43 if (raise(SIGFPE) == -1) {
12-32.c 30 printf("Caught SIGFPE\n");
51 if (sigaction(SIGFPE, &act, 0) == -1) {
63 if (raise(SIGFPE) == -1) {
12-6.c 32 printf("Caught SIGFPE\n");
53 if (sigaction(SIGFPE, &act, 0) == -1) {
73 if (raise(SIGFPE) == -1) {
18-6.c 24 * -> register a handler for SIGFPE without SA_SIGINFO, and a known function
26 * -> raise SIGFPE, and check the function has been called.
68 /* Install the signal handler for SIGFPE */
69 ret = sigaction(SIGFPE, &sa, 0);
82 ret = raise(SIGFPE);
85 perror("Failed to raise SIGFPE");
4-32.c 16 3. (child) Setup a signal handler for SIGFPE with SIGSTOP added to
18 4. (child) raise SIGFPE
53 if (sigaction(SIGFPE, &act, 0) == -1) {
59 if (raise(SIGFPE) == -1) {
8-6.c 31 printf("Caught SIGFPE\n");
47 if (sigaction(SIGFPE, &act, 0) == -1) {
62 if (raise(SIGFPE) == -1) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fpectlmodule.c 44 the user to turn on the generation of SIGFPE whenever any of the
50 The module also establishes a signal handler for SIGFPE during
115 * handler for SIGFPE to the given handler.
126 #include <sigfpe.h>
137 PyOS_setsig(SIGFPE, handler);
157 PyOS_setsig(SIGFPE, handler);
166 PyOS_setsig(SIGFPE, handler);
174 PyOS_setsig(SIGFPE, handler);
185 PyOS_setsig(SIGFPE, handler);
193 PyOS_setsig(SIGFPE, handler);
    [all...]
  /external/python/cpython2/Modules/
fpectlmodule.c 44 the user to turn on the generation of SIGFPE whenever any of the
50 The module also establishes a signal handler for SIGFPE during
115 * handler for SIGFPE to the given handler.
126 #include <sigfpe.h>
137 PyOS_setsig(SIGFPE, handler);
157 PyOS_setsig(SIGFPE, handler);
166 PyOS_setsig(SIGFPE, handler);
174 PyOS_setsig(SIGFPE, handler);
185 PyOS_setsig(SIGFPE, handler);
193 PyOS_setsig(SIGFPE, handler)
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 18 SIGFPE = 8 # Floating point exception
  /external/libmojo/third_party/catapult/devil/devil/android/
device_signal.py 18 SIGFPE = 8 # Floating point exception
  /external/python/cpython2/PC/os2emx/
dllentry.c 30 signal(SIGFPE, SIG_IGN);
  /external/python/cpython3/Modules/
fpectlmodule.c 44 the user to turn on the generation of SIGFPE whenever any of the
50 The module also establishes a signal handler for SIGFPE during
112 * handler for SIGFPE to the given handler.
123 #include <sigfpe.h>
134 PyOS_setsig(SIGFPE, handler);
154 PyOS_setsig(SIGFPE, handler);
163 PyOS_setsig(SIGFPE, handler);
171 PyOS_setsig(SIGFPE, handler);
179 PyOS_setsig(SIGFPE, handler);
183 /* UNICOS delivers SIGFPE by default, but no matherr *
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
signal_h.pass.cpp 31 #ifndef SIGFPE
32 #error SIGFPE not defined
  /external/libcxx/test/std/language.support/support.runtime/
csignal.pass.cpp 31 #ifndef SIGFPE
32 #error SIGFPE not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
signal_h.pass.cpp 31 #ifndef SIGFPE
32 #error SIGFPE not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
csignal.pass.cpp 31 #ifndef SIGFPE
32 #error SIGFPE not defined

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 91011