Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp251 const int SLEEP_FOR_ONE_MILLISECOND = 1; variable
281 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_FOR_ONE_MILLISECOND)); in QueryObjectInner()
294 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_FOR_ONE_MILLISECOND)); in FindOrNewObject()