Home
last modified time | relevance | path

Searched defs:threads_ (Results 1 – 4 of 4) sorted by relevance

/llvm-project/third-party/benchmark/src/
H A Dbenchmark_api_internal.h68 int threads_; // Number of concurrent threads to us variable
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h155 InternalMmapVector<ThreadContextBase *> threads_; global() variable
H A Dsanitizer_stoptheworld_mac.cpp45 InternalMmapVector<SuspendedThreadInfo> threads_; member in __sanitizer::SuspendedThreadsListMac
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h997 const int threads_; variable