/third_party/ltp/pan/ |
D | ltp-pan.c | 139 int send_signal; /* signal to send */ variable 504 rec_signal = send_signal = 0; in main() 584 rec_signal = send_signal = 0; in main() 697 send_signal, -running[i].pgrp); in propagate_signal() 698 if (kill(-running[i].pgrp, send_signal) != 0) { in propagate_signal() 701 panname, -running[i].pgrp, send_signal, in propagate_signal() 707 check_orphans(orphans, send_signal); in propagate_signal() 709 rec_signal = send_signal = 0; in propagate_signal() 1474 send_signal = sig; in wait_handler() 1476 send_signal = SIGINT; in wait_handler() [all …]
|
/third_party/node/deps/v8/tools/chrome/ |
D | linux_perf.py | 161 child.send_signal(signal.SIGQUIT) 164 process.send_signal(signal.SIGQUIT)
|
/third_party/toybox/toys/pending/ |
D | arping.c | 182 static void send_signal(int sig) in send_signal() function 278 signal(SIGALRM, send_signal); in arping_main() 280 send_signal(0); // Send first Broadcast message. in arping_main()
|
/third_party/python/Lib/asyncio/ |
D | subprocess.py | 136 def send_signal(self, signal): member in Process 137 self._transport.send_signal(signal)
|
D | base_subprocess.py | 144 def send_signal(self, signal): member in BaseSubprocessTransport 146 self._proc.send_signal(signal)
|
D | transports.py | 211 def send_signal(self, signal): member in SubprocessTransport
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_subprocess.py | 77 transport.send_signal, signal.SIGTERM) 213 async def send_signal(proc): function 218 proc.send_signal(signal.SIGHUP) 222 returncode = self.loop.run_until_complete(send_signal(proc))
|
D | test_transports.py | 66 self.assertRaises(NotImplementedError, transport.send_signal, 1)
|
D | test_events.py | 1900 transp.send_signal(signal.SIGHUP)
|
/third_party/python/Lib/test/ |
D | test_file_eintr.py | 120 self._process.send_signal(signal.SIGINT)
|
D | test_subprocess.py | 3225 proc.send_signal(signal.SIGTERM) 3246 p.send_signal(signal.SIGTERM)
|
/third_party/libbpf/ci/vmtest/configs/ |
D | DENYLIST-5.5.0 | 68 send_signal # bpf_send_signal_thread() helper is missing
|
/third_party/python/Lib/ |
D | subprocess.py | 1548 def send_signal(self, sig): member in Popen 2061 def send_signal(self, sig): member in Popen 2096 self.send_signal(signal.SIGTERM) 2101 self.send_signal(signal.SIGKILL)
|
/third_party/libinput/tools/ |
D | test_tool_option_parsing.py | 62 p.send_signal(3) # SIGQUIT
|
/third_party/python/Doc/library/ |
D | asyncio-llapi-index.rst | 396 * - :meth:`transport.send_signal() <SubprocessTransport.send_signal>`
|
D | asyncio-subprocess.rst | 236 .. method:: send_signal(signal)
|
D | asyncio-protocol.rst | 410 .. method:: SubprocessTransport.send_signal(signal) 413 :meth:`subprocess.Popen.send_signal`.
|
/third_party/ltp/include/lapi/ |
D | bpf.h | 431 FN(send_signal),
|
/third_party/pulseaudio/src/modules/ |
D | module-rygel-media-server.c | 180 static void send_signal(struct userdata *u, pa_source *s) { in send_signal() function 205 send_signal(u, s); in source_new_or_unlink_cb()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | libcgroup_freezer | 835 function send_signal() function
|
/third_party/libbpf/include/uapi/linux/ |
D | bpf.h | 5601 FN(send_signal, 109, ##ctx) \
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a3.rst | 722 On Unix, :meth:`subprocess.Popen.send_signal` now polls the process status.
|
D | 3.5.1rc1.rst | 237 send_signal(), terminate(), or kill() methods to do anything as they could
|
D | 3.10.0a3.rst | 895 Fix time-of-check/time-of-action issue in subprocess.Popen.send_signal.
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | native.rs | 1031 pub fn send_signal(threadID: thread_id, signal: ::c_uint) -> ::c_int; in send_signal() function
|