Home
last modified time | relevance | path

Searched refs:send_signal (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ltp/pan/
Dltp-pan.c139 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/
Dlinux_perf.py161 child.send_signal(signal.SIGQUIT)
164 process.send_signal(signal.SIGQUIT)
/third_party/toybox/toys/pending/
Darping.c182 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/
Dsubprocess.py136 def send_signal(self, signal): member in Process
137 self._transport.send_signal(signal)
Dbase_subprocess.py144 def send_signal(self, signal): member in BaseSubprocessTransport
146 self._proc.send_signal(signal)
Dtransports.py211 def send_signal(self, signal): member in SubprocessTransport
/third_party/python/Lib/test/test_asyncio/
Dtest_subprocess.py77 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))
Dtest_transports.py66 self.assertRaises(NotImplementedError, transport.send_signal, 1)
Dtest_events.py1900 transp.send_signal(signal.SIGHUP)
/third_party/python/Lib/test/
Dtest_file_eintr.py120 self._process.send_signal(signal.SIGINT)
Dtest_subprocess.py3225 proc.send_signal(signal.SIGTERM)
3246 p.send_signal(signal.SIGTERM)
/third_party/libbpf/ci/vmtest/configs/
DDENYLIST-5.5.068 send_signal # bpf_send_signal_thread() helper is missing
/third_party/python/Lib/
Dsubprocess.py1548 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/
Dtest_tool_option_parsing.py62 p.send_signal(3) # SIGQUIT
/third_party/python/Doc/library/
Dasyncio-llapi-index.rst396 * - :meth:`transport.send_signal() <SubprocessTransport.send_signal>`
Dasyncio-subprocess.rst236 .. method:: send_signal(signal)
Dasyncio-protocol.rst410 .. method:: SubprocessTransport.send_signal(signal)
413 :meth:`subprocess.Popen.send_signal`.
/third_party/ltp/include/lapi/
Dbpf.h431 FN(send_signal),
/third_party/pulseaudio/src/modules/
Dmodule-rygel-media-server.c180 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/
Dlibcgroup_freezer835 function send_signal() function
/third_party/libbpf/include/uapi/linux/
Dbpf.h5601 FN(send_signal, 109, ##ctx) \
/third_party/python/Misc/NEWS.d/
D3.9.0a3.rst722 On Unix, :meth:`subprocess.Popen.send_signal` now polls the process status.
D3.5.1rc1.rst237 send_signal(), terminate(), or kill() methods to do anything as they could
D3.10.0a3.rst895 Fix time-of-check/time-of-action issue in subprocess.Popen.send_signal.
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs1031 pub fn send_signal(threadID: thread_id, signal: ::c_uint) -> ::c_int; in send_signal() function

12