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:task
(Results
1 - 25
of
50
) sorted by relevance
1
2
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
compiler_queue_simple.h
38
auto
task
= std::move(queue_.front());
variable
H
A
D
compiler_task_manager_worker.cpp
41
void CompilerTaskManagerWorker::AddTask(CompilerTask &&
task
)
in AddTask()
argument
H
A
D
thread_pool_queue.h
46
bool TryAddTask(Task &&
task
, size_t priority = 0)
in TryAddTask()
argument
H
A
D
compiler_thread_pool_worker.cpp
65
bool CompilerProcessor::Process(CompilerTask &&
task
)
in Process()
argument
/arkcompiler/ets_runtime/ecmascript/taskpool/
H
A
D
task_queue.cpp
19
void TaskQueue::PostTask(std::unique_ptr<Task>
task
)
in PostTask()
argument
32
std::unique_ptr<Task>
task
= std::move(tasks_.front());
in PopTask()
local
[all...]
H
A
D
runner.cpp
116
void Runner::SetRunTask(uint32_t threadId, Task *
task
)
in SetRunTask()
argument
H
A
D
runner.h
51
void PostTask(std::unique_ptr<Task>
task
)
in PostTask()
argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
H
A
D
gc_workers_task_pool.cpp
36
bool GCWorkersTaskPool::AddTask(GCWorkersTask &&
task
)
in AddTask()
argument
49
void GCWorkersTaskPool::RunGCWorkersTask(GCWorkersTask *
task
, void *workerData)
in RunGCWorkersTask()
argument
[all...]
H
A
D
gc_workers_task_queue.cpp
25
bool GCWorkersTaskQueue::TryAddTask(GCWorkersTask &&
task
)
in TryAddTask()
argument
H
A
D
gc_workers_thread_pool.cpp
35
bool GCWorkersProcessor::Process(GCWorkersTask &&
task
)
in Process()
argument
52
bool GCWorkersThreadPool::TryAddTask(GCWorkersTask &&
task
)
in TryAddTask()
argument
H
A
D
gc_worker.cpp
51
auto
task
= gcWorker->GetTask();
in GCThreadLoop()
local
137
AddTask(PandaUniquePtr<GCTask>
task
)
AddTask()
argument
163
RunGC(PandaUniquePtr<GCTask>
task
)
RunGC()
argument
[all...]
H
A
D
gc_workers_thread_pool.h
61
auto
task
= queue_.front();
variable
[all...]
/arkcompiler/runtime_core/static_core/runtime/scheduler/
H
A
D
task.h
33
auto
task
= Thread::GetCurrent();
in GetCurrent()
local
H
A
D
task.cpp
33
auto *
task
= allocator->New<Task>(vm, obj);
in Create()
local
64
auto
task
= Task::GetCurrent();
in SuspendCurrent()
local
73
auto
task
= Task::GetCurrent();
in EndCurrent()
local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
pygote_space_allocator_test_base.h
65
auto
task
= GCTask(GCTaskCause::EXPLICIT_CAUSE);
in TriggerGc()
local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_queue.cpp
41
GCTask *
task
= queue_.top().get();
in GetTask()
local
58
bool GCQueueWithTime::AddTask(PandaUniquePtr<GCTask>
task
)
in AddTask()
argument
[all...]
H
A
D
generational-gc-base.cpp
24
bool GenerationalGC<LanguageConfig>::ShouldRunTenuredGC(const GCTask &
task
)
in ShouldRunTenuredGC()
argument
102
bool GenerationalGC<LanguageConfig>::Trigger(PandaUniquePtr<GCTask>
task
)
in Trigger()
argument
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H
A
D
worker_thread_local_queue.h
62
void Push(Task &&
task
)
in Push()
argument
85
auto
task
= Pop(id, prop);
in Pop()
local
97
auto
task
= queue.Pop(id);
in Pop()
local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H
A
D
worker_thread.h
104
std::optional<Task>
task
;
in GiveTasksToAnotherWorker()
local
[all...]
H
A
D
task_queue.h
93
EventOnTaskAdding(&
task
);
global()
variable
128
auto
task
= queue->Pop();
global()
variable
242
PushTaskToInternalQueues(Task &&
task
)
PushTaskToInternalQueues()
argument
255
auto
task
= foregroundTaskQueue_.Pop();
PopTaskFromInternalQueues()
local
262
EventOnTaskAdding(Task *
task
)
EventOnTaskAdding()
argument
[all...]
H
A
D
worker_thread.cpp
32
void WorkerThread::AddTask(Task &&
task
)
in AddTask()
argument
92
auto
task
= localQueue_.Pop(perWorkerPopId_[this]);
in ExecuteTasksFromLocalQueue()
local
108
void WorkerThread::ExecuteTask(Task *
task
)
in ExecuteTask()
argument
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
H
A
D
task_test.cpp
52
Task
task
= Task::Create({TaskType::GC, VMType::DYNAMIC_VM, TaskExecutionMode::BACKGROUND},
in TEST_F()
local
251
auto
task
= queue->PopTask();
global()
local
289
auto
task
= queue->PopTask(TaskExecutionMode::FOREGROUND);
global()
local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon-g1/
H
A
D
epsilon-g1.cpp
79
void EpsilonG1GC<LanguageConfig>::RunPhasesImpl([[maybe_unused]] GCTask &
task
)
in RunPhasesImpl()
argument
86
bool EpsilonG1GC<LanguageConfig>::WaitForGC([[maybe_unused]] GCTask
task
)
in WaitForGC()
argument
97
bool EpsilonG1GC<LanguageConfig>::Trigger([[maybe_unused]] PandaUniquePtr<GCTask>
task
)
in Trigger()
argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon/
H
A
D
epsilon.cpp
41
void EpsilonGC<LanguageConfig>::RunPhasesImpl([[maybe_unused]] GCTask &
task
)
in RunPhasesImpl()
argument
49
bool EpsilonGC<LanguageConfig>::WaitForGC([[maybe_unused]] GCTask
task
)
in WaitForGC()
argument
66
bool EpsilonGC<LanguageConfig>::Trigger([[maybe_unused]] PandaUniquePtr<GCTask>
task
)
in Trigger()
argument
/arkcompiler/ets_runtime/ecmascript/daemon/
H
A
D
daemon_thread.cpp
90
bool DaemonThread::CheckAndPostTask(DaemonTask
task
)
in CheckAndPostTask()
argument
119
DaemonTask
task
= PopTask();
in Run()
local
153
DaemonTask
task
= tasks_.front();
in PopTask()
local
[all...]
Completed in 7 milliseconds
1
2