Home
last modified time | relevance | path

Searched defs:task (Results 1 - 25 of 50) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler_queue_simple.h38 auto task = std::move(queue_.front()); variable
H A Dcompiler_task_manager_worker.cpp41 void CompilerTaskManagerWorker::AddTask(CompilerTask &&task) in AddTask() argument
H A Dthread_pool_queue.h46 bool TryAddTask(Task &&task, size_t priority = 0) in TryAddTask() argument
H A Dcompiler_thread_pool_worker.cpp65 bool CompilerProcessor::Process(CompilerTask &&task) in Process() argument
/arkcompiler/ets_runtime/ecmascript/taskpool/
H A Dtask_queue.cpp19 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 Drunner.cpp116 void Runner::SetRunTask(uint32_t threadId, Task *task) in SetRunTask() argument
H A Drunner.h51 void PostTask(std::unique_ptr<Task> task) in PostTask() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
H A Dgc_workers_task_pool.cpp36 bool GCWorkersTaskPool::AddTask(GCWorkersTask &&task) in AddTask() argument
49 void GCWorkersTaskPool::RunGCWorkersTask(GCWorkersTask *task, void *workerData) in RunGCWorkersTask() argument
[all...]
H A Dgc_workers_task_queue.cpp25 bool GCWorkersTaskQueue::TryAddTask(GCWorkersTask &&task) in TryAddTask() argument
H A Dgc_workers_thread_pool.cpp35 bool GCWorkersProcessor::Process(GCWorkersTask &&task) in Process() argument
52 bool GCWorkersThreadPool::TryAddTask(GCWorkersTask &&task) in TryAddTask() argument
H A Dgc_worker.cpp51 auto task = gcWorker->GetTask(); in GCThreadLoop() local
137 AddTask(PandaUniquePtr<GCTask> task) AddTask() argument
163 RunGC(PandaUniquePtr<GCTask> task) RunGC() argument
[all...]
H A Dgc_workers_thread_pool.h61 auto task = queue_.front(); variable
[all...]
/arkcompiler/runtime_core/static_core/runtime/scheduler/
H A Dtask.h33 auto task = Thread::GetCurrent(); in GetCurrent() local
H A Dtask.cpp33 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 Dpygote_space_allocator_test_base.h65 auto task = GCTask(GCTaskCause::EXPLICIT_CAUSE); in TriggerGc() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_queue.cpp41 GCTask *task = queue_.top().get(); in GetTask() local
58 bool GCQueueWithTime::AddTask(PandaUniquePtr<GCTask> task) in AddTask() argument
[all...]
H A Dgenerational-gc-base.cpp24 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 Dworker_thread_local_queue.h62 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 Dworker_thread.h104 std::optional<Task> task; in GiveTasksToAnotherWorker() local
[all...]
H A Dtask_queue.h93 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 Dworker_thread.cpp32 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 Dtask_test.cpp52 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 Depsilon-g1.cpp79 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 Depsilon.cpp41 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 Ddaemon_thread.cpp90 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

12