Home
last modified time | relevance | path

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

12

/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.js41 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/uboot/u-boot-2020.01/test/py/
Du_boot_console_sandbox.py74 def kill(self, sig): member in ConsoleSandbox
Du_boot_spawn.py71 def kill(self, sig): member in Spawn
/third_party/node/deps/npm/lib/utils/
Dspawn.js47 cooked.kill = function (sig) { return raw.kill(sig) } function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_process.js56 kill: function (...args) { method
153 kill: function (...args) { method
/third_party/node/deps/npm/node_modules/npm-lifecycle/lib/
Dspawn.js62 cooked.kill = function (sig) { return raw.kill(sig) } function
/third_party/python/Lib/test/libregrtest/
Dwin_utils.py92 def close(self, kill=True): argument
/third_party/libwebsockets/lib/plat/windows/
Dwindows-misc.c91 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.py128 kill = terminate variable in Popen
/third_party/ltp/testcases/kernel/syscalls/signal/
Dsignal01.c65 int kill; member
/third_party/pulseaudio/src/pulsecore/
Dclient.h47 void (*kill)(pa_client *c); member
/third_party/node/lib/internal/process/
Dper_thread.js187 function kill(pid, sig) { function
/third_party/grpc/tools/run_tests/python_utils/
Ddockerjob.py148 def kill(self, suppress_failure=False): member in DockerJob
/third_party/flutter/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py76 def kill(self): member in App
/third_party/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py77 def kill(self): member in App
/third_party/node/lib/
Dchild_process.js405 function kill() { function
916 function kill() { function
/third_party/grpc/tools/run_tests/
Drun_performance_tests.py70 def kill(self): member in QpsWorkerJob
/third_party/python/Lib/asyncio/
Dsubprocess.py143 def kill(self): member in Process
/third_party/grpc/src/csharp/Grpc.Core/
DServer.cs218 private async Task ShutdownInternalAsync(bool kill) in ShutdownInternalAsync()

12