Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_monitor.cpp27 constexpr uint32_t TIME_CONVERT_UNIT = 1000; variable
46 uint64_t timeout = ffrt_task_timeout_get_threshold() * TIME_CONVERT_UNIT; in QueueMonitor()