Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Tooling/
H A DAllTUsExecution.h70 unsigned ThreadCount; variable
/llvm-project/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::__anon9291efba0111::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 { ThreadCount() function in __sanitizer::SuspendedThreadsListLinux
/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp65 const CompilationDatabase &Compilations, unsigned ThreadCount, in AllTUsToolExecutor()
71 CommonOptionsParser Options, unsigned ThreadCount, in AllTUsToolExecutor()
/llvm-project/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp1343 const uint32_t ThreadCount = 1; in TEST() local
1421 const uint32_t ThreadCount = 1; in TEST() local
1529 const uint32_t ThreadCount = 1; in TEST() local
1635 const uint32_t ThreadCount = 1; in TEST() local
1834 const uint32_t ThreadCount = 1; in TEST() local
2095 const uint32_t ThreadCount = 1; TEST() local
2275 const uint32_t ThreadCount = 1; TEST() local
2416 const uint32_t ThreadCount = 1; TEST() local
3057 const uint32_t ThreadCount = 1; TEST() local
3285 const uint32_t ThreadCount = 1; TEST() local
3522 const uint32_t ThreadCount = 1; TEST() local
3802 const uint32_t ThreadCount = 1; TEST() local
4005 const uint32_t ThreadCount = 1; TEST() local
4158 const uint32_t ThreadCount = 1; TEST() local
4320 const uint32_t ThreadCount = 1; TEST() local
4641 const uint32_t ThreadCount = 1; TEST() local
4857 const uint32_t ThreadCount = 1; TEST() local
[all...]
/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp194 int ThreadCount = S.compute_thread_count(); in SingleThreadExecutor() local
H A DParallel.cpp155 unsigned ThreadCount; global() member in llvm::parallel::detail::__anon5042709c0111::ThreadPoolExecutor
/llvm-project/bolt/lib/Core/
H A DParallelUtilities.cpp27 ThreadCount("thread-count", variable
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp104 int ThreadCount(ThreadState *thr) { in ThreadCount() function
/llvm-project/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp311 auto ThreadCount = handleObjectFile() local
/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp432 unsigned ThreadCount = 0; splitCodeGen() local
H A DThinLTOCodeGenerator.cpp93 static cl::opt<int> ThreadCount("threads", cl::init(0)); global() variable