Home
last modified time | relevance | path

Searched defs:kill (Results 1 – 25 of 61) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-child-process-exec-kill-throws.js14 const kill = internalCp.ChildProcess.prototype.kill; constant
16 internalCp.ChildProcess.prototype.kill = function() { method in internalCp.ChildProcess
Dtest-process-kill-pid.js69 function kill(tryPid, trySig, expectPid, expectSig) { function
/third_party/musl/src/signal/
Dkill.c4 int kill(pid_t pid, int sig) in kill() function
/third_party/node/lib/internal/cluster/
Dworker.js43 Worker.prototype.kill = function() { method in Worker
/third_party/python/PCbuild/
Dbuild.bat64 set kill= variable
80 if "%~1"=="-k" (set kill=true) & shift & goto CheckOpts variable
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelShader.hpp58 bool kill; member in sw::PixelShader
/third_party/rust/crates/rustix/src/process/
Dmod.rs9 mod kill; module
/third_party/ltp/testcases/kernel/syscalls/signal/
Dsignal01.c31 int kill; member
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_process.js56 kill: function (...args) { method
153 kill: function (...args) { method
/third_party/mesa3d/src/panfrost/lib/
Dpan_earlyzs.h46 enum pan_earlyzs kill : 2; member
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeProcess.cpp61 void Process::kill (void) in kill() function in de::Process
/third_party/python/Lib/test/libregrtest/
Dwin_utils.py104 def close(self, kill=True): argument
/third_party/libwebsockets/lib/plat/windows/
Dwindows-misc.c102 int kill(int pid, int sig) in kill() function
/third_party/python/Lib/multiprocessing/
Dpopen_fork.py59 def kill(self): member in Popen
Dpopen_spawn_win32.py129 kill = terminate variable in Popen
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
DRemoteAPI.java110 public boolean kill () { in kill() method in RemoteAPI
/third_party/rust/crates/nix/src/sys/ptrace/
Dbsd.rs131 pub fn kill(pid: Pid) -> Result<()> { in kill() function
/third_party/pulseaudio/src/pulsecore/
Dclient.h47 void (*kill)(pa_client *c); member
/third_party/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py77 def kill(self): member in App
/third_party/vk-gl-cts/execserver/
DxsWin32TestProcess.cpp606 void Process::stopProcess (bool kill) in stopProcess()
622 void Process::kill (void) in kill() function in xs::win32::Process
/third_party/mesa3d/src/asahi/compiler/
Dagx_pack.c460 bool kill = false; // TODO: optimize in agx_pack_instr() local
564 unsigned kill = 0; // helper invocation kill bit in agx_pack_instr() local
/third_party/mesa3d/src/compiler/glsl/
Dopt_dead_code_local.cpp329 kill_for_derefs_visitor kill(&assignments); in dead_code_local_basic_block() local
/third_party/node/lib/internal/process/
Dper_thread.js209 function kill(pid, sig) { function
/third_party/python/Lib/asyncio/
Dsubprocess.py145 def kill(self): member in Process
/third_party/skia/third_party/externals/angle2/util/windows/
Dtest_utils_win.cpp342 bool kill() override in kill() function in angle::__anon2805cc340111::WindowsProcess

123