Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dpipeline_threadpool.cpp32 constexpr int64_t ADJUST_US = 500; variable
184 if (nextJobUs > (nowUs + ADJUST_US)) { in Run()
185 syncCond_.WaitFor(lock, (nextJobUs - nowUs + ADJUST_US) / US_PER_MS); in Run()