Searched refs:signal (Results 1 - 25 of 47) sorted by relevance

12

/system/core/debuggerd/
H A Dtombstone.h28 char* engrave_tombstone(pid_t pid, pid_t tid, int signal, uintptr_t abort_msg_address,
H A Ddebuggerd.c20 #include <signal.h>
310 int signal = wait_for_signal(request.tid, &total_sleep_time_usec); local
311 if (signal < 0) {
315 switch (signal) {
320 signal, request.abort_msg_address, true, true, &detach_failed,
347 XLOG("stopped -- fatal signal\n");
358 signal, request.abort_msg_address, !attach_gdb, false,
364 XLOG("stopped -- unexpected signal\n");
365 LOG("process stopped due to unexpected signal %d\n", signal);
[all...]
H A Dcrasher.c11 #include <signal.h>
H A Dutility.c24 #include <signal.h>
/system/extras/tests/bionic/libstdc++/
H A Dtest_csignal.cpp55 using std::signal;
/system/extras/tests/bionic/libc/glibc/assert/
H A Dtest-assert.c8 #include <signal.h>
57 signal (SIGABRT, sigabrt);
/system/core/include/utils/
H A DCondition.h64 void signal();
66 void signal(WakeUpType type) { function in class:android::Condition
68 signal();
134 inline void Condition::signal() { function in class:android::Condition
/system/core/libcorkscrew/
H A Dbacktrace-arch.h25 #include <signal.h>
/system/core/libsparse/
H A Dsimg_dump.py18 import getopt, posixpath, signal, struct, sys namespace
29 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
/system/core/sh/
H A Dredir.c46 #include <signal.h>
76 #define signal bsd_signal macro
274 signal(SIGINT, SIG_IGN);
275 signal(SIGQUIT, SIG_IGN);
276 signal(SIGHUP, SIG_IGN);
278 signal(SIGTSTP, SIG_IGN);
280 signal(SIGPIPE, SIG_DFL);
H A Derror.c48 #include <signal.h>
62 #define signal bsd_signal macro
98 * there is a short period after a fork before the signal handlers are
118 signal(SIGINT, SIG_DFL);
H A Dinit.c15 #include <signal.h>
249 #undef signal macro
250 #define signal bsd_signal macro
285 #undef signal macro
286 #define signal bsd_signal macro
290 #define S_DFL 1 /* default signal handling (SIG_DFL) */
292 #define S_CATCH 2 /* signal is caught */
294 #define S_IGN 3 /* signal is ignored (SIG_IGN) */
296 #define S_HARD_IGN 4 /* signal is ignored permenantly */
541 #undef signal macro
542 #define signal macro
577 #undef signal macro
578 #define signal macro
[all...]
H A Dtrap.c44 #include <signal.h>
64 * Sigmode records the current value of the signal handlers for the various
66 * S_HARD_IGN indicates that the signal was ignored on entry to the shell,
69 #define S_DFL 1 /* default signal handling (SIG_DFL) */
70 #define S_CATCH 2 /* signal is caught */
71 #define S_IGN 3 /* signal is ignored (SIG_IGN) */
72 #define S_HARD_IGN 4 /* signal is ignored permenantly */
77 MKINIT char sigmode[NSIG]; /* current value of signal */
78 char gotsig[NSIG]; /* indicates specified signal received */
79 int pendingsigs; /* indicates some signal receive
[all...]
/system/extras/tests/bionic/libc/common/
H A Dtest_clone.c35 #include <signal.h>
/system/core/init/
H A Dueventd.c23 #include <signal.h>
68 signal(SIGCHLD, SIG_IGN);
H A Dsignal_handler.c19 #include <signal.h>
/system/extras/fatblock/
H A Dfatblock.c135 WARN("received signal %d\n", sig);
157 signal(SIGINT, &signal_handler);
158 signal(SIGTERM, &signal_handler);
/system/extras/tests/bionic/libc/other/
H A Dtest_timer_create.c30 #include <signal.h>
43 printf("%s thread %d, val = %d, signal captured.\n",
H A Dtest_timer_create2.c30 #include <signal.h>
43 printf("%s thread %p, val = %d, signal captured.\n",
H A Dtest_timer_create3.c30 #include <signal.h>
51 printf("%s thread %d, val = %d, signal captured.\n",
/system/core/toolbox/
H A Dschedtop.c13 #include <signal.h>
323 signal(SIGINT, sig_abort);
324 signal(SIGPIPE, sig_abort);
325 signal(SIGTERM, sig_abort);
H A Dkill.c6 #include <signal.h>
52 /* To indicate a matching signal was not found */
126 fprintf(stderr, "invalid signal name: %s\n", arg);
/system/extras/latencytop/
H A Dlatencytop.c20 #include <signal.h>
130 signal(SIGINT, &signal_handler);
131 signal(SIGTERM, &signal_handler);
/system/netd/
H A Dmain.cpp19 #include <signal.h>
52 // signal(SIGCHLD, sigchld_handler);
/system/vold/
H A Dvdc.c21 #include <signal.h>

Completed in 318 milliseconds

12