Home
last modified time | relevance | path

Searched refs:_kill (Results 1 - 21 of 21) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-process-kill-pid.js66 // Monkey patch _kill so that we don't actually send any signals, particularly
72 const origKill = process._kill;
73 process._kill = function(pid, sig) {
77 // un-monkey patch process._kill
78 process._kill = origKill;
/third_party/python/Lib/test/libregrtest/
H A Druntest_mp.py168 def _kill(self) -> None: member in TestWorkerProcess
199 self._kill()
228 self._kill()
243 self._kill()
257 self._kill()
/third_party/musl/porting/liteos_a_newlib/kernel/src/
H A Dother_adapt.c39 int _kill(int i, int j) in _kill() function
/third_party/node/lib/internal/bootstrap/
H A Dnode.js195 process._kill = rawMethods._kill;
/third_party/node/lib/internal/process/
H A Dper_thread.js219 // XXX(joyeecheung): we have to use process._kill here because
221 err = process._kill(pid, sig);
225 err = process._kill(pid, constants[sig]);
/third_party/python/Lib/test/
H A Dtest_os.py2453 def _kill(self, sig): member in Win32KillTests
2509 self._kill(signal.SIGTERM)
2513 self._kill(100)
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3478 pub _kill: __sifields__bindgen_ty_1,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs3476 pub _kill: __sifields__bindgen_ty_1,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs3456 pub _kill: __sifields__bindgen_ty_1,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs3601 pub _kill: __sifields__bindgen_ty_1,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs3661 pub _kill: __sifields__bindgen_ty_1,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs3629 pub _kill: __sifields__bindgen_ty_1,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs3725 pub _kill: __sifields__bindgen_ty_1,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs3562 pub _kill: __sifields__bindgen_ty_1,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs3840 pub _kill: __sifields__bindgen_ty_1,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs3536 pub _kill: __sifields__bindgen_ty_1,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs3810 pub _kill: __sifields__bindgen_ty_1,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs3504 pub _kill: __sifields__bindgen_ty_1,
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs3593 pub _kill: __sifields__bindgen_ty_1,
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs3514 pub _kill: __sifields__bindgen_ty_1,
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp9739 } _kill;
[all...]

Completed in 247 milliseconds