Searched defs:signal (Results 176 - 200 of 221) sorted by relevance

123456789

/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp350 ProcessPOSIX::DoSignal(int signal) argument
354 if (kill(GetID(), signal))
/external/chromium_org/base/message_loop/
H A Dmessage_loop_unittest.cc245 // Cheap way to signal that the window wasn't found if RunEnd() isn't
490 TestIOHandler(const wchar_t* name, HANDLE signal, bool wait);
508 TestIOHandler::TestIOHandler(const wchar_t* name, HANDLE signal, bool wait) argument
509 : signal_(signal), wait_(wait) {
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py19 import signal namespace
751 signum: signal to use, 9 (SIGKILL) by default.
/external/chromium_org/chrome/renderer/
H A Dcontent_settings_observer.cc459 static void SendInsecureContentSignal(int signal) { argument
460 UMA_HISTOGRAM_ENUMERATION("SSL.InsecureContent", signal,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py1915 import signal namespace
1919 signal.signal(signal.SIGPIPE, lambda signum, frame: sys.exit(1))
H A Dautopep8.py54 import signal namespace
2558 a signal that tokenize doesn't know what to do about them; indeed, they're
3605 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
/external/kernel-headers/original/uapi/drm/
H A Dvia_drm.h242 __u32 signal; member in struct:drm_via_wait_irq_request
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp16 #include <signal.h>
1102 int signal,
1118 log->Printf ("ProcessMonitor::%s() got exit signal, tid = %" PRIu64, __FUNCTION__, pid);
1154 assert(info && info->si_signo == SIGTRAP && "Unexpected child signal!");
1204 // SIGILL, SIGSEGV, or SIGBUS *unless* that signal was generated by a
1214 log->Printf ("ProcessMonitor::%s() received signal %s with code %s, pid = %d",
1226 log->Printf ("ProcessMonitor::%s() received signal %s", __FUNCTION__, monitor->m_process->GetUnixSignals().GetSignalAsCString (signo));
1458 // If interrupted by a signal handler try again. Otherwise the monitor
1565 log->Printf ("ProcessMonitor::%s() resuming thread = %" PRIu64 " with signal %s", __FUNCTION__, tid,
1099 MonitorCallback(void *callback_baton, lldb::pid_t pid, bool exited, int signal, int status) argument
/external/lldb/test/
H A Ddotest.py25 import signal namespace
995 signal.signal(signal.SIGALRM, alarm_handler)
996 signal.alarm(delta)
1005 signal.alarm(0)
H A Dlldbtest.py37 import signal namespace
116 STOPPED_DUE_TO_SIGNAL = "Process state is stopped due to signal"
970 os.kill(pid, signal.SIGTERM)
/external/qemu/
H A Dgdbstub.c55 /* Map target signal numbers to GDB protocol signal numbers and vice
286 int signal; member in struct:GDBState
1628 s->signal = 0;
1632 s->signal = gdb_signal_to_target (strtoul(p, (char **)&p, 16));
1633 if (s->signal == -1)
1634 s->signal = 0;
2206 sig = s->signal;
2207 s->signal = 0;
2383 static void gdb_sigterm_handler(int signal) argument
[all...]
/external/qemu/hw/android/goldfish/
H A Dnand.c90 /* threshold reach, send a signal to an external process */
91 T( "%s: sending signal %d to pid %d !",
92 __FUNCTION__, t->signal, t->pid );
94 kill( t->pid, t->signal );
942 int pid = -1, signal = -1; local
969 else if ( !memcmp(item, "signal=", 7) ) {
970 signal = strtol(item+7,&end, 10);
972 derror( "bad parameter: expecting signal=<number>, got '%s'",
976 if (signal <= 0) {
977 derror( "bad parameter: signal numbe
[all...]
/external/stressapptest/src/
H A Dsat.cc25 #include <signal.h>
58 // Global stressapptest reference, for use by signal handler.
70 void SatHandleBreak(int signal) { argument
1675 // Install signal handlers to gracefully exit in the middle of a run.
1682 // unspecified upon entering a signal handler and, if modified by the
1690 // #1 prevents the use of #2 in a signal handler, so the signal handler must
1694 logprintf(12, "Log: Installing signal handlers\n");
1701 sighandler_t prev_sigint_handler = signal(SIGINT, SatHandleBreak);
1702 sighandler_t prev_sigterm_handler = signal(SIGTER
[all...]
/external/chromium_org/build/android/pylib/device/
H A Ddevice_utils_test.py19 import signal namespace
600 self.device.KillAll('this.is.a.test.process', signum=signal.SIGTERM))
/external/chromium_org/dbus/
H A Dmessage.cc391 Signal* signal = new Signal; local
392 signal->Init(raw_message);
393 return signal;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid.py33 import signal namespace
222 output = self.run(['shell', 'kill', '-' + str(signal.SIGTERM)] + pids)
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc1861 // We signal a stop for a shared device even when rendering has
1894 // Setting this signal will allow the worker thread to be stopped.
1990 // We signal a stop for a shared device even when capturing has not
2020 // Setting this signal will allow the worker thread to be stopped.
2898 // TODO(xians): signal an error somehow?
3041 int32_t signal = AtomicGet32(&_captureDeviceIsAlive); local
3042 if (signal == 0)
3090 int32_t signal = AtomicGet32(&_renderDeviceIsAlive); local
3091 if (signal == 0)
/external/deqp/modules/egl/
H A DteglRenderTests.cpp823 SemaphoreSp signal; member in struct:deqp::egl::DrawOpPacket
857 packetIter->signal->increment();
933 packet.signal = semaphores[packetNdx*numThreads + threadNdx + 1];
/external/fio/
H A Dserver.c18 #include <signal.h>
48 int signal; member in struct:fio_fork_item
448 int signal)
457 epdu.signal = __cpu_to_le32(signal);
461 int fio_net_send_stop(int sk, int error, int signal) argument
463 dprint(FD_NET, "server: sending stop (%d, %d)\n", error, signal);
464 return fio_net_send_ack(sk, NULL, error, signal);
473 ffi->signal = 0;
504 ffi->signal
447 fio_net_send_ack(int sk, struct fio_net_cmd *cmd, int error, int signal) argument
1629 fio_server_got_signal(int signal) argument
[all...]
/external/lldb/source/Host/common/
H A DHost.cpp185 int signal = 0; local
190 signal = WSTOPSIG(status);
201 signal = WTERMSIG(status);
219 log->Printf ("%s ::waitpid (pid = %" PRIu64 ", &status, options = %i) => pid = %" PRIu64 ", status = 0x%8.8x (%s), signal = %i, exit_state = %i",
226 signal,
229 if (exited || (signal != 0 && monitor_signals))
233 callback_return = callback (callback_baton, wait_pid, exited, signal, exit_status);
239 log->Printf ("%s (arg = %p) thread exiting because pid received exit signal...", __FUNCTION__, arg);
497 case SIGTERM: return "SIGTERM"; // 15 software termination signal from kill
499 case SIGSTOP: return "SIGSTOP"; // 17 sendable stop signal no
[all...]
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp1412 int signal,
1428 log->Printf ("ProcessMonitor::%s() got exit signal, tid = %" PRIu64, __FUNCTION__, pid);
1438 // inferior process is in 'group-stop', so deliver SIGSTOP signal
1448 log->Printf ("ProcessMonitor::%s() GetSignalInfo failed: %s, tid = %" PRIu64 ", signal = %d, status = %d",
1449 __FUNCTION__, strerror(ptrace_err), pid, signal, status);
1481 assert(info && info->si_signo == SIGTRAP && "Unexpected child signal!");
1566 // SIGILL, SIGSEGV, or SIGBUS *unless* that signal was generated by a
1576 log->Printf ("ProcessMonitor::%s() received signal %s with code %s, pid = %d",
1589 log->Printf ("ProcessMonitor::%s() received signal %s", __FUNCTION__, monitor->m_process->GetUnixSignals().GetSignalAsCString (signo));
1631 // We'll get the signal fo
1409 MonitorCallback(void *callback_baton, lldb::pid_t pid, bool exited, int signal, int status) argument
[all...]
/external/lldb/tools/debugserver/source/
H A DDNB.cpp16 #include <signal.h>
669 DNBProcessSignal (nub_process_t pid, int signal) argument
674 return procSP->Signal (signal);
869 //DNBThreadResumeWithSignal (nub_process_t pid, nub_thread_t tid, nub_bool_t step, int signal)
871 // DNBLogThreadedIf(LOG_THREAD, "%s(pid = %4.4x, tid = %4.4x, step = %u, signal = %i)", __FUNCTION__, pid, tid, (uint32_t)step, signal);
875 // return procSP->Resume(tid, step, signal);
H A DDNBDefs.h18 #include <signal.h>
226 int signal; // When resuming this thread, resume it with this signal member in struct:DNBThreadResumeAction
263 } signal; member in union:DNBThreadStopInfo::__anon25385
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp17 #include <signal.h>
433 MachProcess::Signal (int signal, const struct timespec *timeout_abstime) argument
435 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::Signal (signal = %d, timeout = %p)", signal, timeout_abstime);
437 if (::kill (ProcessID(), signal) == 0)
439 // If we were running and we have a timeout, wait for the signal to stop
442 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::Signal (signal = %d, timeout = %p) waiting for signal to stop process...", signal, timeout_abstime);
445 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::Signal (signal
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1704 // because in async signal processing case (when handler is called directly
1706 // signal; and it looks too fragile to intercept all ways to reraise a signal.
1731 SignalDesc *signal = &sctx->pending_signals[sig]; local
1732 if (signal->armed) {
1733 signal->armed = false;
1736 CallUserSignalHandler(thr, false, signal->sigaction,
1737 sig, &signal->siginfo, &signal->ctx);
1751 // If we are sending signal t
[all...]

Completed in 712 milliseconds

123456789