Home
last modified time | relevance | path

Searched defs:kill (Results 1 – 25 of 65) 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/ltp/tools/sparse/sparse-src/validation/
Dkill-pure-call.c5 int kill(int a) { return pure(a) && 0; } in kill() function
Dkill-store.c2 void kill(int *p, int i) { if (i && 0) *p = 0; } in kill() function
Dkill-load.c2 int kill(int *p, int i) { return *p && 0; } 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/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/vk-gl-cts/framework/delibs/decpp/
DdeProcess.cpp61 void Process::kill (void) in kill() function in de::Process
/third_party/node/deps/npm/node_modules/npm-lifecycle/lib/
Dspawn.js62 cooked.kill = function (sig) { return raw.kill(sig) } function
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.h86 #define SET_PIXEL_KILL(kill, update) do { \ argument
/third_party/python/Lib/test/libregrtest/
Dwin_utils.py94 def close(self, kill=True): argument
/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/libwebsockets/lib/plat/windows/
Dwindows-misc.c102 int kill(int pid, int sig) in kill() function
/third_party/ltp/testcases/kernel/syscalls/signal/
Dsignal01.c65 int kill; member
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
DRemoteAPI.java110 public boolean kill () { in kill() method in RemoteAPI
/third_party/pulseaudio/src/pulsecore/
Dclient.h47 void (*kill)(pa_client *c); member
/third_party/grpc/tools/run_tests/python_utils/
Ddockerjob.py148 def kill(self, suppress_failure=False): member in DockerJob
/third_party/node/lib/internal/process/
Dper_thread.js187 function kill(pid, sig) { function
/third_party/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py77 def kill(self): member in App
/third_party/flutter/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py76 def kill(self): member in App

123