Home
last modified time | relevance | path

Searched refs:AddTaskToWaitListWithTimeout (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dupdate_remset_task_queue.cpp121 …taskRunnerWaiterId_ = taskmanager::TaskScheduler::GetTaskScheduler()->AddTaskToWaitListWithTimeout( in AddToWaitListWithTimeout()
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.h165 PANDA_PUBLIC_API WaiterId AddTaskToWaitListWithTimeout(Task &&task, uint64_t time);
Dtask_scheduler.cpp373 WaiterId TaskScheduler::AddTaskToWaitListWithTimeout(Task &&task, uint64_t time) in AddTaskToWaitListWithTimeout() function in ark::taskmanager::TaskScheduler
383 return AddTaskToWaitListWithTimeout(std::move(task), std::numeric_limits<uint64_t>().max()); in AddTaskToWaitList()
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
Dtask_scheduler_test.cpp487 [[maybe_unused]] auto id = tm->AddTaskToWaitListWithTimeout( in TEST_F()