Home
last modified time | relevance | path

Searched refs:nextJob (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A DtaskInner.cpp308 std::function<void()> nextJob; in HandleJob() local
311 nextJob = std::move(jobQueue_.begin()->second); in HandleJob()
314 nextJob = std::move(msgQueue_.begin()->second); in HandleJob()
320 nextJob(); in HandleJob()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp811 auto nextJob = GetNextJob(); in StartNextJob() local
812 if (nextJob == nullptr) { in StartNextJob()