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
refs:PID
(Results
1 - 25
of
28
) sorted by relevance
1
2
/third_party/jerryscript/tools/
H
A
D
rss-measure.sh
31
SUM=`ps -o rss $
PID
| grep [0-9]`
33
SUM=$(grep -o -e "^[0-9a-f][0-9a-f]*.*" -e "^Rss.*" /proc/$
PID
/smaps 2>/dev/null | grep -A 1 -- "r[w-]-p " | grep "^Rss"|awk '{s += $2;} END {print s;}')
53
PID
=$!
55
while kill -0 "$
PID
" > /dev/null 2>&1;
62
wait "$
PID
" || exit 1
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
H
A
D
cpuhotplug_testsuite.sh
57
# pid_is_valid(
PID
)
59
# Checks if the given $
PID
is still running. Returns a true value if
64
PID
=$1
65
ps --pid ${
PID
} --no-header | grep ${
PID
}
69
# kill_pid(
PID
)
76
PID
=$1
77
kill -9 $
PID
> /dev/null 2>&1
H
A
D
cpuhotplug_hotplug.sh
37
# get_affinity(
PID
)
48
# set_affinity(
PID
, CPU)
50
# Sets the affinity for the given
PID
to the specified CPU.
54
PID
="$1"
57
`taskset -p ${MASK} ${
PID
} > /dev/null 2>&1`
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H
A
D
FDRTraceExpander.cpp
44
CurrentRecord.PId =
PID
;
in visit()
59
CurrentRecord.PId =
PID
;
in visit()
74
CurrentRecord.PId =
PID
;
in visit()
91
PID
= R.pid();
in visit()
100
PID
= R.tid();
in visit()
117
CurrentRecord.PId =
PID
;
in visit()
H
A
D
RecordInitializer.cpp
338
R.
PID
= E.getSigned(&OffsetPtr, 4);
in visit()
/third_party/ltp/testcases/kernel/controllers/memctl/
H
A
D
run_memctl_test.sh
143
PID
[$i]=$!;
170
echo ${
PID
[$i]} >>/dev/memctl/group_2/tasks;
205
kill -SIGUSR1 ${
PID
[$i]};
214
kill -SIGUSR2 ${
PID
[$i]};
227
kill -SIGUSR1 ${
PID
[$i]};
250
wait ${
PID
[$i]};
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H
A
D
p2p-action-udhcp.sh
14
PID
=`cat $PF`
15
if [ $
PID
-gt 0 ]; then
16
if ps $
PID
| grep -q $NAME; then
17
kill $
PID
H
A
D
p2p-action.sh
14
PID
=`cat $PF`
15
if [ $
PID
-gt 0 ]; then
16
if ps $
PID
| grep -q $NAME; then
17
kill $
PID
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H
A
D
p2p-action-udhcp.sh
14
PID
=`cat $PF`
15
if [ $
PID
-gt 0 ]; then
16
if ps $
PID
| grep -q $NAME; then
17
kill $
PID
H
A
D
p2p-action.sh
14
PID
=`cat $PF`
15
if [ $
PID
-gt 0 ]; then
16
if ps $
PID
| grep -q $NAME; then
17
kill $
PID
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
IRPrintingPasses.cpp
134
const char *
PID
= (const char*)P->getPassID();
in isIRPrintingPass()
local
136
return (
PID
== &PrintModulePassWrapper::ID) ||
in isIRPrintingPass()
137
(
PID
== &PrintFunctionPassWrapper::ID);
in isIRPrintingPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
LockFileManager.cpp
52
// Read the owning host and
PID
out of the lock file. If it appears that the
in readLockFile()
66
int
PID
;
in readLockFile()
local
67
if (!PIDStr.getAsInteger(10,
PID
)) {
in readLockFile()
68
auto Owner = std::make_pair(std::string(Hostname),
PID
);
in readLockFile()
109
bool LockFileManager::processStillExecuting(StringRef HostID, int
PID
) {
in processStillExecuting()
argument
116
if (StoredHostID == HostID && getsid(
PID
) == -1 && errno == ESRCH)
in processStillExecuting()
203
// We failed to write out
PID
, so report the error, remove the
in LockFileManager()
/third_party/ltp/testcases/network/xinetd/
H
A
D
xinetd_tests.sh
29
log_on_success = HOST
PID
40
log_on_success = HOST
PID
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H
A
D
run_cpuctl_stress_test.sh
173
PID
[$TASK_NUM]=$!;
251
PID
[$TASK_NUM]=$!;
318
PID
[$TASK_NUM]=$!;
364
wait ${
PID
[$i]};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
LockFileManager.h
67
static bool processStillExecuting(StringRef Hostname, int
PID
);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H
A
D
FDRTraceExpander.h
26
int32_t
PID
= 0;
member in llvm::xray::TraceExpander
H
A
D
FDRRecords.h
314
int32_t
PID
= 0;
member in llvm::xray::PIDRecord
325
PID
(P) {}
in PIDRecord()
327
int32_t pid() const { return
PID
; }
in pid()
/third_party/ltp/testcases/network/stress/udp/uni-basic/
H
A
D
udp4-uni-basic01
297
server_pid=`grep
PID
: $info_file | cut -f 2 -d ' '`
/third_party/ltp/testcases/network/stress/tcp/multi-diffnic/
H
A
D
tcp4-multi-diffnic01
340
server_pid=`grep
PID
: $info_file | cut -f 2 -d ' '`
/third_party/ltp/testcases/network/stress/tcp/multi-sameport/
H
A
D
tcp4-multi-sameport01
334
server_pid=`grep
PID
: $info_file | cut -f 2 -d ' '`
/third_party/ltp/testcases/network/stress/udp/multi-diffnic/
H
A
D
udp4-multi-diffnic01
306
server_pid=`grep
PID
: $info_file | cut -f 2 -d ' '`
/third_party/nghttp2/src/
H
A
D
shrpx_log.h
234
PID
,
member in shrpx::LogFragmentType
/third_party/ltp/testcases/network/stress/tcp/multi-diffip/
H
A
D
tcp4-multi-diffip01
389
server_pid=`grep
PID
: $info_file | cut -f 2 -d ' '`
/third_party/ltp/testcases/network/stress/tcp/uni-basic/
H
A
D
tcp4-uni-basic01
493
server_pid=`grep
PID
: $info_file | cut -f 2 -d ' '`
/third_party/ltp/testcases/network/stress/udp/multi-diffip/
H
A
D
udp4-multi-diffip01
356
server_pid=`grep
PID
: $info_file | cut -f 2 -d ' '`
Completed in 14 milliseconds
1
2