Home
last modified time | relevance | path

Searched refs:send_signal (Results 1 - 18 of 18) sorted by relevance

/third_party/ltp/pan/
H A 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 in wait_handler()
[all...]
/third_party/toybox/toys/pending/
H A 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/node/deps/v8/tools/chrome/
H A Dlinux_perf.py161 child.send_signal(signal.SIGQUIT)
164 process.send_signal(signal.SIGQUIT)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_subprocess.py79 transport.send_signal, signal.SIGTERM)
203 proc.send_signal(signal.CTRL_BREAK_EVENT)
242 async def send_signal(proc): function
247 proc.send_signal(signal.SIGHUP)
251 returncode = self.loop.run_until_complete(send_signal(proc))
H A Dtest_transports.py72 self.assertRaises(NotImplementedError, transport.send_signal, 1)
H A Dtest_events.py1934 transp.send_signal(signal.SIGHUP)
/third_party/python/Lib/asyncio/
H A Dbase_subprocess.py144 def send_signal(self, signal): member in BaseSubprocessTransport
146 self._proc.send_signal(signal)
H A Dsubprocess.py139 def send_signal(self, signal): member in Process
140 self._transport.send_signal(signal)
H A Dtransports.py217 def send_signal(self, signal): member in SubprocessTransport
221 docs.python.org/3/library/subprocess#subprocess.Popen.send_signal
/third_party/python/Lib/test/
H A Dtest_file_eintr.py123 self._process.send_signal(signal.SIGINT)
H A Dtest_subprocess.py2388 p = self._kill_process('send_signal', signal.SIGINT)
2407 self._kill_dead_process('send_signal', signal.SIGINT)
3285 # bpo-38630: send_signal() must poll the process exit status to reduce
3296 proc.send_signal(signal.SIGTERM)
3298 # send_signal() didn't call os.kill() since the process already
3317 p.send_signal(signal.SIGTERM)
3569 self._kill_process('send_signal', signal.SIGTERM)
3578 self._kill_dead_process('send_signal', signal.SIGTERM)
/third_party/libinput/tools/
H A Dtest_tool_option_parsing.py62 p.send_signal(3) # SIGQUIT
/third_party/python/Lib/
H A Dsubprocess.py1651 def send_signal(self, sig): function
2169 def send_signal(self, sig): function
2178 # Popen.send_signal(). In thread A, waitpid() succeed and returns
2204 self.send_signal(signal.SIGTERM)
2209 self.send_signal(signal.SIGKILL)
/third_party/ltp/include/lapi/
H A Dbpf.h438 FN(send_signal), \
/third_party/pulseaudio/src/modules/
H A 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/
H A Dlibcgroup_freezer835 function send_signal() function
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h5791 FN(send_signal, 109, ##ctx) \
/third_party/rust/crates/libc/src/unix/haiku/
H A Dnative.rs1031 pub fn send_signal(threadID: thread_id, signal: ::c_uint) -> ::c_int; in send_signal() functions

Completed in 34 milliseconds