Searched defs:afterIdentifier (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/ |
H A D | sequential_task_queue.cpp | 53 void SequentialTaskQueue::SubmitAfter(uint64_t afterIdentifier, uint64_t taskIdentifier, IThreadPoo… in SubmitAfter() 67 for (const auto afterIdentifier : afterIdentifiers) { in SubmitAfter() local
|
H A D | dispatcher_task_queue.cpp | 68 void DispatcherTaskQueue::SubmitAfter(uint64_t afterIdentifier, uint64_t taskIdentifier, IThreadPoo… in SubmitAfter() 84 for (const auto afterIdentifier : afterIdentifiers) { in SubmitAfter() local
|
H A D | parallel_impl.cpp | 34 void ParallelImpl::SubmitAfter(uint64_t afterIdentifier, uint64_t taskIdentifier, IThreadPool::ITas… in SubmitAfter()
|
H A D | sequential_impl.cpp | 34 void SequentialImpl::SubmitAfter(uint64_t afterIdentifier, uint64_t taskIdentifier, IThreadPool::IT… in SubmitAfter()
|
H A D | dispatcher_impl.cpp | 39 void DispatcherImpl::SubmitAfter(uint64_t afterIdentifier, uint64_t taskIdentifier, IThreadPool::IT… in SubmitAfter()
|
H A D | parallel_task_queue.cpp | 96 void ParallelTaskQueue::SubmitAfter(uint64_t afterIdentifier, uint64_t taskIdentifier, IThreadPool:… in SubmitAfter() 115 …rIdentifiers.cbegin(), afterIdentifiers.cend(), [&tasks = tasks_](const uint64_t afterIdentifier) { in SubmitAfter()
|