Searched refs:TASK_DONE_WAIT_UNIT (Results 1 – 1 of 1) sorted by relevance
31 constexpr uint32_t TASK_DONE_WAIT_UNIT = 10; variable184 std::this_thread::sleep_for(std::chrono::microseconds(TASK_DONE_WAIT_UNIT)); in CancelAndWait()