Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:kill
(Results
1 - 25
of
53
) sorted by relevance
1
2
3
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
kill-pure-call.c
5
int
kill
(int a) { return pure(a) && 0; }
in kill()
function
H
A
D
kill-load.c
2
int
kill
(int *p, int i) { return *p && 0; }
in kill()
function
H
A
D
kill-store.c
2
void
kill
(int *p, int i) { if (i && 0) *p = 0; }
in kill()
function
/third_party/node/test/parallel/
H
A
D
test-process-kill-pid.js
69
function
kill
(tryPid, trySig, expectPid, expectSig) {
function
[all...]
H
A
D
test-child-process-exec-kill-throws.js
/third_party/musl/src/signal/
H
A
D
kill.c
4
int
kill
(pid_t pid, int sig)
in kill()
function
/third_party/node/lib/internal/cluster/
H
A
D
worker.js
/third_party/node/lib/internal/process/
H
A
D
per_thread.js
209
function
kill
(pid, sig) {
function
/third_party/ltp/testcases/kernel/syscalls/signal/
H
A
D
signal01.c
31
int
kill
;
member
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_earlyzs.h
46
enum pan_earlyzs
kill
: 2;
member
/third_party/python/Lib/multiprocessing/
H
A
D
popen_fork.py
59
def
kill
(self):
member in Popen
H
A
D
popen_spawn_win32.py
129
kill
= terminate
variable in Popen
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H
A
D
PixelShader.hpp
58
bool
kill
;
member in sw::PixelShader
/third_party/rust/crates/nix/src/sys/ptrace/
H
A
D
bsd.rs
131
pub fn
kill
(pid: Pid) -> Result<()> {
in kill()
functions
/third_party/rust/crates/rustix/src/process/
H
A
D
mod.rs
9
mod
kill
;
modules
/third_party/vk-gl-cts/framework/delibs/decpp/
H
A
D
deProcess.cpp
61
void Process::
kill
(void)
in kill()
function in de::Process
/third_party/pulseaudio/src/pulsecore/
H
A
D
client.h
47
void (*
kill
)(pa_client *c);
member
/third_party/libwebsockets/lib/plat/windows/
H
A
D
windows-misc.c
102
int
kill
(int pid, int sig)
in kill()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
ExecutionDomainFix.cpp
81
void ExecutionDomainFix::
kill
(int rx) {
in kill()
function in ExecutionDomainFix
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
H
A
D
RemoteAPI.java
110
public boolean
kill
() {
in kill()
method in RemoteAPI
/third_party/python/PCbuild/
H
A
D
build.bat
64
set
kill
=
variable
80
if "%~1"=="-k" (set
kill
=true) & shift & goto CheckOpts
variable
/third_party/skia/platform_tools/android/skp_gen/
H
A
D
android_skp_capture.py
77
def
kill
(self):
member in App
/third_party/node/lib/
H
A
D
child_process.js
445
function
kill
() {
function
/third_party/python/Lib/asyncio/
H
A
D
transports.py
239
def
kill
(self):
member in SubprocessTransport
H
A
D
base_subprocess.py
152
def
kill
(self):
member in BaseSubprocessTransport
Completed in 7 milliseconds
1
2
3