Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 25 of 60) sorted by relevance

123

/ndk/sources/host-tools/make-3.81/config/
Dintdiv0.m421 #include <signal.h>
30 /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */
41 signal (SIGFPE, sigfpe_handler);
42 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
44 signal (SIGTRAP, sigfpe_handler);
46 /* Linux/SPARC yields signal SIGILL. */
48 signal (SIGILL, sigfpe_handler);
71 [Define if integer division by zero raises signal SIGFPE.])
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcsignal36 void (*signal(int sig, void (*func)(int)))(int);
44 #include <signal.h>
53 using ::signal;
/ndk/sources/cxx-stl/stlport/stlport/
Dsignal.h26 # include_next <signal.h>
28 # include _STLP_NATIVE_C_HEADER(signal.h)
/ndk/sources/host-tools/make-3.81/
Dsigname.c231 strsignal (int signal) in strsignal() argument
248 if (signal > 0 || signal < NSIG) in strsignal()
249 return (char *) sys_siglist[signal]; in strsignal()
251 sprintf (buf, "Signal %d", signal); in strsignal()
Dvmsjobs.c256 lib$signal(status); in tryToSetupYAst()
275 lib$signal(status); in tryToSetupYAst()
287 lib$signal(status); in tryToSetupYAst()
Dconfigh.dos24 /* Define if `sys_siglist' is declared by <signal.h>. */
107 /* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
Dconfigure.in188 #include <signal.h>
285 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <signal.h>]],
292 [Define if <signal.h> defines the SA_RESTART constant.])
427 echo " Without one of these, signal handling is unreliable."
Dconfig.ami79 by a signal. */
144 /* Define as the return type of signal handlers (int or void). */
173 /* Define if `sys_siglist' is declared by <signal.h>. */
Dconfig.h-vms98 by a signal. */
168 /* Define as the return type of signal handlers (int or void). */
194 /* Define if `sys_siglist' is declared by <signal.h>. */
Dmake.h60 # define signal bsdsignal macro
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp154 # include <signal.h>
291 // ************** Sigaction based signal handling ************** //
318 siginfo_t* m_sig_info; // system signal detailed info
319 void* m_context; // signal context
333 "signal: generated by kill() (or family); uid=%d; pid=%d",
338 "signal: sent by sigqueue()" );
342 "signal: the expiration of a timer set by timer_settimer()" );
346 "signal: generated by the completion of an asynchronous I/O request" );
350 … "signal: generated by the the arrival of a message on an empty message queue" );
362 "signal: illegal opcode; address of failing instruction: 0x%08lx",
[all …]
Dunit_test_parameters.ipp254 … cla::description = "Automatically starts debugger if system level error (signal) occurs")
309 cla::description = "Turns on/off usage of an alternative stack for signal handling")
/ndk/sources/cxx-stl/gabi++/include/
Dcsignal34 * Standard C++ Library wrapper around the C signal.h header file.
37 #include <signal.h>
44 using ::signal;
/ndk/sources/cxx-stl/system/include/
Dcsignal34 * Standard C++ Library wrapper around the C signal.h header file.
37 #include <signal.h>
44 using ::signal;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_csignal.h33 using _STLP_VENDOR_CSTD::signal;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dsignal_h.pass.cpp55 static_assert((std::is_same<decltype(signal(0, (func)0)), func>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dcsignal.pass.cpp55 static_assert((std::is_same<decltype(std::signal(0, (func)0)), func>::value), ""); in main()
/ndk/sources/host-tools/make-3.81/w32/subproc/
Dsub_proc.c45 int signal; member
124 process_kill(HANDLE proc, int signal) in process_kill() argument
127 pproc->signal = signal; in process_kill()
128 return (TerminateProcess((HANDLE) pproc->pid, signal)); in process_kill()
196 return (((sub_process *)proc)->signal); in process_signal()
795 pproc->signal = SIGINT; in process_pipe_io()
893 pproc->signal = SIGINT; in process_file_io()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_xml_output_unittest.py232 '%s was killed by signal %d' % (GTEST_PROGRAM_NAME, p.signal))
255 '%s was killed by signal %d' % (gtest_prog_name, p.signal))
Dgtest_test_utils.py284 self.signal = -self._return_code
/ndk/sources/host-tools/make-3.81/w32/include/
Dsub_proc.h46 EXTERN_DECL(BOOL process_kill, (HANDLE proc, int signal));
/ndk/
Dndk-gdb.py26 import signal
664 signal.signal(signal.SIGINT, signal.SIG_IGN)
/ndk/sources/host-tools/nawk-20071023/
Dmain.c69 signal(SIGFPE, fpecatch); in main()
/ndk/sources/host-tools/make-3.81/po/
Dhe.po1606 # It's no use to try to translate the signal names.
1608 msgid "unknown signal"
1609 msgstr "unknown signal"
1676 msgid "User defined signal 1"
1677 msgstr "User defined signal 1"
1680 msgid "User defined signal 2"
1681 msgstr "User defined signal 2"
1704 msgid "Stopped (signal)"
1705 msgstr "Stopped (signal)"
1752 msgid "Danger signal"
[all …]
Dda.po1620 msgid "unknown signal"
1621 msgstr "ukendt signal"
1690 msgid "User defined signal 1"
1691 msgstr "Brugerdefineret signal 1"
1694 msgid "User defined signal 2"
1695 msgstr "Brugerdefineret signal 2"
1718 msgid "Stopped (signal)"
1719 msgstr "Stoppet (signal)"
1766 msgid "Danger signal"

123