Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp315 const int SLEEP_FOR_TEN_NANOSECONDS = 10; variable
324 std::this_thread::sleep_for(std::chrono::nanoseconds(SLEEP_FOR_TEN_NANOSECONDS)); in OnLastStrongRef()
330 std::this_thread::sleep_for(std::chrono::nanoseconds(SLEEP_FOR_TEN_NANOSECONDS)); in OnFirstStrongRef()