Lines Matching full:threads
102 if (state.range(0) == 1 && state.thread_index() <= (state.threads() / 2)) { in BM_error_during_running()
113 ADD_CASES("BM_error_during_running", {{"/1/threads:1", true, "error message"},
114 {"/1/threads:2", true, "error message"},
115 {"/1/threads:4", true, "error message"},
116 {"/1/threads:8", true, "error message"},
117 {"/2/threads:1", false, ""},
118 {"/2/threads:2", false, ""},
119 {"/2/threads:4", false, ""},
120 {"/2/threads:8", false, ""}});
149 if (state.thread_index() <= (state.threads() / 2)) in BM_error_after_running()
153 ADD_CASES("BM_error_after_running", {{"/threads:1", true, "error message"},
154 {"/threads:2", true, "error message"},
155 {"/threads:4", true, "error message"},
156 {"/threads:8", true, "error message"}});
161 if (state.range(0) == 1 && state.thread_index() <= (state.threads() / 2)) { in BM_error_while_paused()
173 ADD_CASES("BM_error_while_paused", {{"/1/threads:1", true, "error message"},
174 {"/1/threads:2", true, "error message"},
175 {"/1/threads:4", true, "error message"},
176 {"/1/threads:8", true, "error message"},
177 {"/2/threads:1", false, ""},
178 {"/2/threads:2", false, ""},
179 {"/2/threads:4", false, ""},
180 {"/2/threads:8", false, ""}});