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:scheduler
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H
A
D
task.cpp
33
auto *
scheduler
= TaskScheduler::GetTaskScheduler();
in GetTimeOfTaskExecutionFinishAndStoreTimeStats()
local
34
ASSERT(
scheduler
!= nullptr);
in GetTimeOfTaskExecutionFinishAndStoreTimeStats()
35
auto *taskTimeStats =
scheduler
->GetTaskTimeStats();
in GetTimeOfTaskExecutionFinishAndStoreTimeStats()
75
auto *
scheduler
= TaskScheduler::GetTaskScheduler();
in EventOnTaskAdding()
local
76
if UNLIKELY (
scheduler
== nullptr) {
in EventOnTaskAdding()
79
if (
scheduler
->IsTaskLifetimeStatisticsUsed()) {
in EventOnTaskAdding()
86
auto *
scheduler
= TaskScheduler::GetTaskScheduler();
in EventOnStartExecution()
local
87
if UNLIKELY (
scheduler
== nullptr) {
in EventOnStartExecution()
90
if (
scheduler
->IsTaskLifetimeStatisticsUsed()) {
in EventOnStartExecution()
97
auto *
scheduler
in EventOnEndExecution()
local
[all...]
H
A
D
worker_thread.cpp
59
auto *
scheduler
= TaskScheduler::GetTaskScheduler();
in WorkerLoop()
local
60
ASSERT(
scheduler
!= nullptr);
in WorkerLoop()
61
if (
scheduler
->IsTaskLifetimeStatisticsUsed()) {
in WorkerLoop()
/arkcompiler/runtime_core/static_core/runtime/scheduler/
H
A
D
worker_thread.h
21
namespace ark::
scheduler
{
namespace in ark
68
} // namespace ark::
scheduler
H
A
D
worker_thread.cpp
16
#include "runtime/
scheduler
/worker_thread.h"
19
namespace ark::
scheduler
{
namespace in ark
58
} // namespace ark::
scheduler
H
A
D
task.cpp
16
#include "runtime/
scheduler
/task.h"
17
#include "runtime/
scheduler
/worker_thread.h"
21
namespace ark::
scheduler
{
namespace in ark
81
} // namespace ark::
scheduler
H
A
D
task.h
20
#include "runtime/
scheduler
/worker_thread.h"
22
namespace ark::
scheduler
{
namespace in ark
75
} // namespace ark::
scheduler
/arkcompiler/runtime_core/static_core/runtime/scheduler/tests/
H
A
D
worker_thread_test.cpp
22
#include "runtime/
scheduler
/worker_thread.h"
23
#include "runtime/
scheduler
/task.h"
26
namespace ark::
scheduler
::test {
77
} // namespace ark::
scheduler
::test
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
graph_linearizer.cpp
18
#include "ecmascript/compiler/
scheduler
.h"
874
GateScheduler
scheduler
(this);
in LinearizeGraph()
875
scheduler
.Prepare();
in LinearizeGraph()
876
scheduler
.ScheduleUpperBound();
in LinearizeGraph()
877
scheduler
.ScheduleFloatingGate();
in LinearizeGraph()
878
scheduler
.ScheduleFixedGate();
in LinearizeGraph()
Completed in 5 milliseconds