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

1 2

  /system/core/debuggerd/
signal_sender.h 28 bool send_signal(pid_t pid, pid_t tid, int signal);
signal_sender.cpp 148 bool send_signal(pid_t pid, pid_t tid, int signal) { function
debuggerd.cpp 675 if (!send_signal(request.pid, 0, SIGSTOP)) {
698 if (!send_signal(request.pid, request.tid, crash_signal)) {
711 if (!send_signal(request.pid, 0, SIGCONT)) {
  /external/autotest/client/profilers/cros_perf/
cros_perf.py 57 self._process.send_signal(signal.SIGINT)
  /external/v8/build/android/pylib/utils/
test_environment.py 22 p.send_signal(s)
  /external/toybox/toys/pending/
arping.c 183 static void send_signal(int sig) function
282 signal(SIGALRM, send_signal);
284 send_signal(0); // Send first Broadcast message.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
sample_profiler.py 33 self._proc.send_signal(signal.SIGINT)
tcpdump_profiler.py 82 self._proc.send_signal(signal.SIGINT)
strace_profiler.py 180 self._proc.send_signal(signal.SIGINT)
perf_profiler.py 117 self._proc.send_signal(signal.SIGINT)
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 275 bool send_signal = false; local
282 send_signal = true;
288 it != sequences_.end() && !send_signal; ++it) {
290 send_signal = true;
295 if (send_signal) {
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/tools/
device_recovery.py 44 p.send_signal(sig)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_file_eintr.py 122 self._process.send_signal(signal.SIGINT)
test_file2k.py 666 reader_process.send_signal(signal.SIGINT)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_file_eintr.py 122 self._process.send_signal(signal.SIGINT)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 122 self._process.send_signal(signal.SIGINT)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 122 self._process.send_signal(signal.SIGINT)
  /external/autotest/site_utils/
test_that.py 220 proc.send_signal(signum)
test_runner_utils.py 561 _autoserv_proc.send_signal(signal.SIGINT)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
wpr_server.py 257 self.replay_process.send_signal(signal.SIGINT)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py 1056 def send_signal(self, sig): function in function:Popen.poll
1524 def send_signal(self, sig): function in function:Popen.poll
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py 1056 def send_signal(self, sig): function in function:Popen.poll
1524 def send_signal(self, sig): function in function:Popen.poll
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 1056 def send_signal(self, sig): function in function:Popen.poll
1524 def send_signal(self, sig): function in function:Popen.poll
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 1056 def send_signal(self, sig): function in function:Popen.poll
1524 def send_signal(self, sig): function in function:Popen.poll
    [all...]
  /external/v8/build/android/buildbot/
bb_device_status_check.py 50 p.send_signal(sig)

Completed in 466 milliseconds

1 2