Home
last modified time | relevance | path

Searched defs:ThreadCount (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Tooling/
H A DAllTUsExecution.cpp65 const CompilationDatabase &Compilations, unsigned ThreadCount, in AllTUsToolExecutor()
71 CommonOptionsParser Options, unsigned ThreadCount, in AllTUsToolExecutor()
/openbsd/gnu/llvm/clang/include/clang/Tooling/
H A DAllTUsExecution.h70 unsigned ThreadCount; variable
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h40 virtual uptr ThreadCount() const { UNIMPLEMENTED(); } in ThreadCount() function
H A Dsanitizer_stoptheworld_win.cpp74 uptr SuspendedThreadsListWindows::ThreadCount() const { in ThreadCount() function in __sanitizer::__anon3c8761140111::SuspendedThreadsListWindows
H A Dsanitizer_stoptheworld_mac.cpp124 uptr SuspendedThreadsListMac::ThreadCount() const { in ThreadCount() function in __sanitizer::SuspendedThreadsListMac
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp321 uptr SuspendedThreadsListNetBSD::ThreadCount() const { in ThreadCount() function in __sanitizer::SuspendedThreadsListNetBSD
H A Dsanitizer_stoptheworld_linux_libcdep.cpp547 uptr SuspendedThreadsListLinux::ThreadCount() const { in ThreadCount() function in __sanitizer::SuspendedThreadsListLinux
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DParallelCG.cpp56 int ThreadCount = 0; in splitCodeGen() local
/openbsd/gnu/llvm/llvm/lib/Support/
H A DThreadPool.cpp193 int ThreadCount = S.compute_thread_count(); in ThreadPool() local
H A DParallel.cpp52 unsigned ThreadCount = S.compute_thread_count(); in ThreadPoolExecutor() local
/openbsd/gnu/llvm/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp257 auto ThreadCount = in handleObjectFile() local
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp104 int ThreadCount(ThreadState *thr) { in ThreadCount() function
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp425 unsigned ThreadCount = 0; in splitCodeGen() local
H A DThinLTOCodeGenerator.cpp91 static cl::opt<int> ThreadCount("threads", cl::init(0)); variable