Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_handler.cpp31 constexpr uint32_t TASK_DONE_WAIT_UNIT = 10; variable
184 std::this_thread::sleep_for(std::chrono::microseconds(TASK_DONE_WAIT_UNIT)); in CancelAndWait()