Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dcheck.h80 #define BM_CHECK_LT(a, b) BM_CHECK((a) < (b)) macro
Dmutex.h133 BM_CHECK_LT(entered_, running_threads_); in createBarrier()
Dbenchmark.cc154 BM_CHECK_LT(thread_index_, threads_) in State()