Home
last modified time | relevance | path

Searched refs:SLEEP_DURATION_MS (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/test/benchmarktest/rwlock_benchmark_test/
H A Drwlock_benchmark_test.cpp51 const int SLEEP_DURATION_MS = 4; member
105 this_thread::sleep_for(std::chrono::milliseconds(SLEEP_DURATION_MS)); in BENCHMARK_F()
140 this_thread::sleep_for(chrono::milliseconds(SLEEP_DURATION_MS)); in BENCHMARK_F()
172 this_thread::sleep_for(std::chrono::milliseconds(SLEEP_DURATION_MS)); in BENCHMARK_F()

Completed in 1 milliseconds