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:runner_
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/taskpool/
H
A
D
taskpool.h
35
runner_
->TerminateThread();
in ~Taskpool()
50
runner_
->PostTask(std::move(task));
in PostTask()
59
return
runner_
->GetTotalThreadNum();
in GetTotalThreadNum()
64
return
runner_
->IsInThreadPool(id);
in IsInThreadPool()
76
runner_
->SetQosPriority(mode);
in SetThreadPriority()
84
std::unique_ptr<Runner>
runner_
;
member in panda::ecmascript::Taskpool
H
A
D
taskpool.cpp
33
runner_
= std::make_unique<Runner>(TheMostSuitableThreadNum(threadNum), prologueHook, epilogueHook);
in Initialize()
46
runner_
->TerminateThread();
in Destroy()
48
runner_
->TerminateTask(id, TaskType::ALL);
in Destroy()
57
runner_
->TerminateTask(id, type);
in TerminateTask()
77
runner_
->ForEachTask(f);
in ForEachTask()
/arkcompiler/ets_runtime/ecmascript/daemon/
H
A
D
daemon_task.h
50
: thread_(thread), taskType_(taskType), taskGroup_(taskGroup),
runner_
(runner) {}
in DaemonTask()
70
runner_
();
in Run()
77
TaskRunner
runner_
;
member in panda::ecmascript::DaemonTask
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H
A
D
task.cpp
58
runner_
();
in RunTask()
65
runner_
= nullptr;
in MakeInvalid()
H
A
D
task.h
235
Task(TaskProperties properties, RunnerCallback runner) : properties_(properties),
runner_
(std::move(runner)) {}
in Task()
241
RunnerCallback
runner_
{nullptr};
Completed in 4 milliseconds