Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dpipeline_threadpool.cpp170 int64_t taskJobUs = task->NextJobUs(); in Run() local
171 if (taskJobUs == -1) { in Run()
174 if (taskJobUs < nextJobUs) { in Run()
175 nextJobUs = taskJobUs; in Run()