Home
last modified time | relevance | path

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

12345

/external/libevent/test/
Dregress.gen.h95 struct kill { struct
96 struct kill_access_ *base; argument
109 struct kill *kill_new(void); argument
Dregress_rpc.c326 struct msg *msg, struct kill *kill, void *arg) in GotKillCb()
365 struct msg *msg, struct kill *kill, void *arg) in GotKillCbTwo()
452 struct kill *kill = NULL; in rpc_basic_client() local
581 struct msg *msg, struct kill *kill, void *arg) in GotErrorCb()
638 struct kill *kill= NULL; in rpc_basic_client_with_pause() local
690 struct kill *kill = NULL; in rpc_client_timeout() local
/external/rust/crates/tokio/src/process/
Dkill.rs6 fn kill(&mut self) -> io::Result<()>; in kill() method
10 fn kill(&mut self) -> io::Result<()> { in kill() method
/external/python/cpython2/Demo/tkinter/guido/
Dkill.py27 def kill(self, selected): member in Kill
95 kill = Kill(None, borderwidth=5) variable
Dsvkill.py41 def kill(self, selected): member in Kill
125 kill = Kill(None, borderwidth=5) variable
/external/python/cpython2/PC/VS9.0/
Dbuild.bat20 set kill= variable
35 if '%1'=='-k' (set kill=true) & shift & goto CheckOpts variable
/external/python/cpython2/PCbuild/
Dbuild.bat58 set kill= variable
72 if "%~1"=="-k" (set kill=true) & shift & goto CheckOpts variable
/external/python/cpython3/PCbuild/
Dbuild.bat64 set kill= variable
80 if "%~1"=="-k" (set kill=true) & shift & goto CheckOpts variable
/external/llvm-project/clang/test/Analysis/
DNewDelete-path-notes.cpp29 void kill() { in kill() function
/external/clang/test/Analysis/
DNewDelete-path-notes.cpp18 void kill() { in kill() function
/external/rust/crates/tokio/src/process/unix/
Dreap.rs112 fn kill(&mut self) -> io::Result<()> { in kill() function
180 fn kill(&mut self) -> io::Result<()> { in kill() method
253 fn kill() { in kill() function
/external/swiftshader/src/Shader/
DPixelShader.hpp58 bool kill; member in sw::PixelShader
/external/llvm-project/lldb/tools/driver/
DPlatform.cpp41 int kill(pid_t pid, int sig) { in kill() function
/external/deqp/framework/delibs/decpp/
DdeProcess.cpp61 void Process::kill (void) in kill() function in de::Process
/external/python/cpython2/Demo/threads/
DGenerator.py57 def kill(self): member in Generator
/external/autotest/utils/
Demulator_manager.py129 def stop(self, kill=False): argument
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/
DInterpreterProcess.java112 public void kill() { in kill() method in InterpreterProcess
/external/python/cpython3/Lib/test/libregrtest/
Dwin_utils.py92 def close(self, kill=True): argument
/external/libwebsockets/lib/plat/windows/
Dwindows-misc.c91 int kill(int pid, int sig) in kill() function
/external/python/cpython3/Lib/multiprocessing/
Dpopen_fork.py59 def kill(self): member in Popen
Dpopen_spawn_win32.py128 kill = terminate variable in Popen
/external/ltp/testcases/kernel/syscalls/signal/
Dsignal01.c65 int kill; member
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DRemoteAPI.java110 public boolean kill () { in kill() method in RemoteAPI
/external/crosvm/devices/src/virtio/vhost/user/
Dworker.rs69 let kill = Self::wait_kill(kill_evt); in run() localVariable
/external/rust/crates/nix/src/sys/ptrace/
Dbsd.rs118 pub fn kill(pid: Pid) -> Result<()> { in kill() function

12345