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:task_list
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/pids/
H
A
D
pids.sh
47
task_list
=$(cgroup_get_task_list "pids")
63
echo $! > "$path/$
task_list
"
66
if [ $(wc -l < "$path/$
task_list
") -ne "$nb" ]; then
81
for i in $(cat "$path/$
task_list
"); do
92
pids_task1 "$testpath/$
task_list
"
115
pids_task1 "$testpath/$
task_list
"
137
pids_task1 "$testpath/$
task_list
"
183
pids_task1 "$testpath/$
task_list
"
214
pids_task1 "$testpath/$
task_list
"
226
pids_task1 "$testpath/child$i/$
task_list
"
[all...]
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/
H
A
D
cgroup_fj_common.sh
25
ROD echo "$pid" \> "$path/$
task_list
"
27
for task in $(cat "$path/$
task_list
"); do
29
tst_res TINFO "Unexpected pid $task in $path/$
task_list
, expected $pid"
64
task_list
=$(cgroup_get_task_list "$subsystem")
H
A
D
cgroup_fj_function.sh
119
for pid in $(cat "$start_path/ltp_1/$
task_list
"); do
120
echo $pid > "$mount_point/$
task_list
" 2> /dev/null
138
ROD echo "$pid" \> "$start_path/ltp_1/$
task_list
"
161
if rm "$start_path/ltp_1/$
task_list
" > /dev/null 2>&1; then
162
tst_res TFAIL "Tasks file $start_path/ltp_1/$
task_list
could be removed"
/third_party/ltp/testcases/kernel/controllers/memcg/regression/
H
A
D
memcg_regression_test.sh
67
task_list
=$(cgroup_get_task_list "memory")
112
./memcg_test_1 "$test_path/$
task_list
"
198
for pid in $(cat "$mount_point/$
task_list
"); do
199
echo $pid > "$test_path/$
task_list
" 2> /dev/null
202
for pid in $(cat "$test_path/$
task_list
"); do
203
echo $pid > "$mount_point/$
task_list
" 2> /dev/null
/third_party/ltp/testcases/kernel/controllers/memcg/control/
H
A
D
memcg_control_test.sh
26
ROD echo $! \> "$test_dir/$
task_list
"
71
task_list
=$(cgroup_get_task_list "memory")
/third_party/ltp/testcases/kernel/controllers/memcg/stress/
H
A
D
memcg_stress_test.sh
27
task_list
=$(cgroup_get_task_list "memory")
74
ROD echo $! \> "$test_path/$i/$
task_list
"
/third_party/ltp/testcases/kernel/controllers/cpuset/
H
A
D
cpuset_regression_test.sh
129
task_list
=$(cgroup_get_task_list "cpuset")
/third_party/node/src/
H
A
D
cares_wrap.cc
119
auto it = channel->
task_list
()->find(&lookup_task);
in ares_sockstate_cb()
121
task = (it == channel->
task_list
()->end()) ? nullptr : *it;
in ares_sockstate_cb()
136
channel->
task_list
()->insert(task);
in ares_sockstate_cb()
152
channel->
task_list
()->erase(it);
in ares_sockstate_cb()
155
if (channel->
task_list
()->empty()) {
in ares_sockstate_cb()
654
tracker->TrackField("
task_list
", task_list_, "NodeAresTask::List");
in MemoryInfo()
685
CHECK_EQ(false, channel->
task_list
()->empty());
in AresTimeout()
H
A
D
cares_wrap.h
174
inline NodeAresTask::List*
task_list
() { return &task_list_; }
in task_list()
function in node::cares_wrap::final
Completed in 10 milliseconds