Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DAllTUsExecution.h69 unsigned ThreadCount; variable
/llvm-project-15.0.7/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::__anonfe3ecff70111::SuspendedThreadsListWindows
H A Dsanitizer_stoptheworld_mac.cpp121 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.cpp540 uptr SuspendedThreadsListLinux::ThreadCount() const { in ThreadCount() function in __sanitizer::SuspendedThreadsListLinux
/llvm-project-15.0.7/clang/lib/Tooling/
H A DAllTUsExecution.cpp65 const CompilationDatabase &Compilations, unsigned ThreadCount, in AllTUsToolExecutor()
71 CommonOptionsParser Options, unsigned ThreadCount, in AllTUsToolExecutor()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DParallelCG.cpp56 int ThreadCount = 0; in splitCodeGen() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DThreadPool.cpp193 int ThreadCount = S.compute_thread_count(); in ThreadPool() local
H A DParallel.cpp44 unsigned ThreadCount = S.compute_thread_count(); in ThreadPoolExecutor() local
/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp1337 const uint32_t ThreadCount = 1; in TEST() local
1414 const uint32_t ThreadCount = 1; in TEST() local
1521 const uint32_t ThreadCount = 1; in TEST() local
1626 const uint32_t ThreadCount = 1; in TEST() local
1824 const uint32_t ThreadCount = 1; in TEST() local
2084 const uint32_t ThreadCount = 1; in TEST() local
2263 const uint32_t ThreadCount = 1; in TEST() local
2403 const uint32_t ThreadCount = 1; in TEST() local
/llvm-project-15.0.7/bolt/lib/Core/
H A DParallelUtilities.cpp27 ThreadCount("thread-count", variable
/llvm-project-15.0.7/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp256 auto ThreadCount = in handleObjectFile() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_thread.cpp108 int ThreadCount(ThreadState *thr) { in ThreadCount() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp104 int ThreadCount(ThreadState *thr) { in ThreadCount() function
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp423 unsigned ThreadCount = 0; in splitCodeGen() local
H A DThinLTOCodeGenerator.cpp91 static cl::opt<int> ThreadCount("threads", cl::init(0)); variable