Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A DtaskInner.cpp34 constexpr int64_t INVALID_DELAY_TIME_US = 10000000; // 10s variable
299 int64_t nextDelay = (!job_) ? INVALID_DELAY_TIME_US : job_(); in HandleJob()