1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 14:30:37 +08:00

Improved thread sanitizer statements

This commit is contained in:
Olaf Krzikalla 2023-10-18 16:25:19 +02:00
parent f8543fd5cc
commit d9a71d01f4

View File

@ -84,9 +84,8 @@ bool FindBenchmarksInternal(const std::string& re,
bool IsZero(double n);
// only call while holding benchmark_mutex_:
void MergeResults(const State& st, const ThreadTimer* timer,
ThreadManager* manager) NO_THREAD_SAFETY_ANALYSIS;
ThreadManager* manager) REQUIRES(benchmark_mutex_);
BENCHMARK_EXPORT
ConsoleReporter::OutputOptions GetOutputOptions(bool force_no_color = false);