/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ThreadPool.cpp | 40 if (Threads.size() >= MaxThreadCount) in grow() 43 while (static_cast<int>(Threads.size()) < newThreadCount) { in grow() 44 int ThreadID = Threads.size(); in grow() 45 Threads.emplace_back([this, ThreadID] { in grow() 172 for (const llvm::thread &Thread : Threads) in isWorkerThread() 186 for (auto &Worker : Threads) in ~StdThreadPool()
|
H A D | Parallel.cpp | 55 Threads.reserve(ThreadCount); in ThreadPoolExecutor() 56 Threads.resize(1); in ThreadPoolExecutor() 60 auto &Thread0 = Threads[0]; in ThreadPoolExecutor() 63 Threads.emplace_back([=] { work(S, I); }); in ThreadPoolExecutor() 86 for (std::thread &T : Threads) in ~ThreadPoolExecutor() 131 std::vector<std::thread> Threads; member in llvm::parallel::detail::__anoncc39f2690111::ThreadPoolExecutor
|
/freebsd/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbexec.c | 746 if (Info->Threads && (Info->NumCreated < Info->NumThreads)) in AcpiDbMethodThread() 748 Info->Threads[Info->NumCreated++] = AcpiOsGetThreadId(); in AcpiDbMethodThread() 1027 AcpiGbl_DbMethodInfo.Threads = AcpiOsAllocate (Size); in AcpiDbCreateExecutionThreads() 1028 if (AcpiGbl_DbMethodInfo.Threads == NULL) in AcpiDbCreateExecutionThreads() 1036 memset (AcpiGbl_DbMethodInfo.Threads, 0, Size); in AcpiDbCreateExecutionThreads() 1111 AcpiOsFree (AcpiGbl_DbMethodInfo.Threads); in AcpiDbCreateExecutionThreads() 1112 AcpiGbl_DbMethodInfo.Threads = NULL; in AcpiDbCreateExecutionThreads()
|
/freebsd/contrib/libpcap/cmake/Modules/ |
H A D | Finddpdk.cmake | 109 find_package(Threads QUIET) 111 Threads::Threads
|
/freebsd/contrib/googletest/googletest/cmake/ |
H A D | Config.cmake.in | 5 find_dependency(Threads)
|
H A D | internal_utils.cmake | 66 find_package(Threads) 195 target_link_libraries(${name} PUBLIC Threads::Threads)
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFLinkerImpl.h |
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThreadUtil.cpp | 58 for (ThreadSP thread_sp : process->Threads()) in DoExecute() 178 for (ThreadSP thread_sp : process.Threads()) in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadCollection.h | 46 virtual ThreadIterable Threads() { in Threads() function
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Queue.cpp | 44 for (ThreadSP thread_sp : process_sp->Threads()) { in GetThreads()
|
/freebsd/contrib/mandoc/ |
H A D | lib.in | 105 LINE("libpthread", "POSIX Threads Library (libpthread, \\-lpthread)") 106 LINE("libpthread_dbg", "POSIX Debug Threads Library (libpthread_dbg, \\-lpthread_dbg)") 121 LINE("libstdthreads", "C11 Threads Library (libstdthreads, \\-lstdthreads)")
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerGlobalData.h | 55 unsigned Threads = 1; member
|
H A D | DWARFLinkerImpl.cpp | 177 if (GlobalData.getOptions().Threads == 0) in link() 181 hardware_concurrency(GlobalData.getOptions().Threads); in link() 184 if (GlobalData.getOptions().Threads == 1) { in link() 242 if (GlobalData.getOptions().Verbose && GlobalData.getOptions().Threads != 1) { in validateAndUpdateOptions() 243 GlobalData.Options.Threads = 1; in validateAndUpdateOptions()
|
H A D | DWARFLinkerImpl.h | 95 GlobalData.Options.Threads = NumThreads; in setNumThreads()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFork.cpp | 378 std::vector<std::thread> Threads; in FuzzWithFork() local 380 Threads.push_back(std::thread(WorkerThread, &FuzzQ, &MergeQ)); in FuzzWithFork() 481 for (auto &T : Threads) in FuzzWithFork()
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap-thread-check.m4 | 80 dnl Threads? 100 AC_MSG_ERROR([could not locate NT Threads]) 410 AC_MSG_ERROR([could not locate usable POSIX Threads]) 415 AC_MSG_ERROR([could not locate POSIX Threads])
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MinidumpYAML.cpp | 537 std::vector<ThreadListStream::entry_type> Threads; in create() local 545 Threads.push_back({T, *ExpectedStack, *ExpectedContext}); in create() 547 return std::make_unique<ThreadListStream>(std::move(Threads)); in create()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ThreadPool.h | 188 std::vector<llvm::thread> Threads; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 104 static cl::opt<std::string> Threads("thinlto-threads"); variable 357 llvm::heavyweight_hardware_concurrency(Threads), in run()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Windows_NT_util.cpp | 105 SYSTEM_THREAD Threads[1]; 117 KMP_BUILD_ASSERT(offsetof(SYSTEM_PROCESS_INFORMATION, Threads) == 184); 123 KMP_BUILD_ASSERT(offsetof(SYSTEM_PROCESS_INFORMATION, Threads) == 256); 1640 THREAD_STATE state = spi->Threads[i].State; in __kmp_get_load_balance() 104 SYSTEM_THREAD Threads[1]; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Threading.inc | 264 static unsigned Threads = 267 return Threads;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTMultiCpuDecoder.cpp | 23 for (ThreadSP thread_sp : proc->GetThreadList().Threads()) { in TraceIntelPTMultiCpuDecoder()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinker.h |
|
/freebsd/crypto/openssl/ |
H A D | NOTES-NONSTOP.md | 29 OpenSSL can be built using unthreaded, POSIX User Threads (PUT), or Standard 30 POSIX Threads (SPT). Select the following build configuration for each on
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 225 ThreadIterable Threads() const { in Threads() function
|