| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | Parallel.cpp | 45 Threads.reserve(ThreadCount); in ThreadPoolExecutor() 46 Threads.resize(1); in ThreadPoolExecutor() 48 Threads[0] = std::thread([&, ThreadCount] { in ThreadPoolExecutor() 50 Threads.emplace_back([=] { work(); }); in ThreadPoolExecutor() 73 for (std::thread &T : Threads) in ~ThreadPoolExecutor() 111 std::vector<std::thread> Threads; member in llvm::parallel::detail::__anon6b1407400111::ThreadPoolExecutor
|
| HD | ThreadPool.cpp | 30 Threads.reserve(ThreadCount); in ThreadPool() 32 Threads.emplace_back([&] { in ThreadPool() 105 for (auto &Worker : Threads) in ~ThreadPool()
|
| /freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/ |
| HD | dbexec.c | 722 if (Info->Threads && (Info->NumCreated < Info->NumThreads)) in AcpiDbMethodThread() 724 Info->Threads[Info->NumCreated++] = AcpiOsGetThreadId(); in AcpiDbMethodThread() 1003 AcpiGbl_DbMethodInfo.Threads = AcpiOsAllocate (Size); in AcpiDbCreateExecutionThreads() 1004 if (AcpiGbl_DbMethodInfo.Threads == NULL) in AcpiDbCreateExecutionThreads() 1012 memset (AcpiGbl_DbMethodInfo.Threads, 0, Size); in AcpiDbCreateExecutionThreads() 1087 AcpiOsFree (AcpiGbl_DbMethodInfo.Threads); in AcpiDbCreateExecutionThreads() 1088 AcpiGbl_DbMethodInfo.Threads = NULL; in AcpiDbCreateExecutionThreads()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| HD | ThreadCollection.h | 46 virtual ThreadIterable Threads() { in Threads() function
|
| HD | Process.h | 2057 ThreadList::ThreadIterable Threads() { return m_thread_list.Threads(); } in Threads() function
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| HD | FuzzerFork.cpp | 332 Vector<std::thread> Threads; in FuzzWithFork() local 334 Threads.push_back(std::thread(WorkerThread, &FuzzQ, &MergeQ)); in FuzzWithFork() 396 for (auto &T : Threads) in FuzzWithFork()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | ThreadPool.h | 77 std::vector<llvm::thread> Threads; variable
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | Queue.cpp | 44 for (ThreadSP thread_sp : process_sp->Threads()) { in GetThreads()
|
| /freebsd-11-stable/contrib/mdocml/ |
| HD | lib.in | 101 LINE("libpthread", "POSIX Threads Library (libpthread, \\-lpthread)") 102 LINE("libpthread_dbg", "POSIX Debug Threads Library (libpthread_dbg, \\-lpthread_dbg)") 117 LINE("libstdthreads", "C11 Threads Library (libstdthreads, \\-lstdthreads)")
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| HD | llvm-lto2.cpp | 68 static cl::opt<int> Threads("thinlto-threads", 284 Backend = createInProcessThinBackend(Threads); in run()
|
| /freebsd-11-stable/contrib/ntp/sntp/m4/ |
| HD | 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])
|
| HD | openldap.m4 | 726 dnl Check for NT Threads 731 AC_DEFINE([HAVE_NT_THREADS], [1], [if you have NT Threads])
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | 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-11-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | z_Windows_NT_util.cpp | 100 SYSTEM_THREAD Threads[1]; member 112 KMP_BUILD_ASSERT(offsetof(SYSTEM_PROCESS_INFORMATION, Threads) == 184); 118 KMP_BUILD_ASSERT(offsetof(SYSTEM_PROCESS_INFORMATION, Threads) == 256); 1591 THREAD_STATE state = spi->Threads[i].State; in __kmp_get_load_balance()
|
| HD | kmp_itt.inl | 956 /* Threads reporting. */
|
| /freebsd-11-stable/usr.bin/clang/lld/ |
| HD | Makefile | 37 SRCS+= Common/Threads.cpp
|
| /freebsd-11-stable/lib/libomp/ |
| HD | kmp_i18n_default.inc | 217 "Threads may migrate across all available OS procs (granularity setting too coarse).", 239 "%1$s: Threads may migrate across %2$d innermost levels of machine", 272 "Threads encountered barriers in different order. ",
|
| /freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/i18n/ |
| HD | en_US.txt | 262 AffThreadsMayMigrate "Threads may migrate across all available OS procs (granularity settin… 287 ThreadsMigrate "%1$s: Threads may migrate across %2$d innermost levels of machine" 320 BarriersInDifferentOrder "Threads encountered barriers in different order. "
|
| /freebsd-11-stable/sys/contrib/dev/acpica/include/ |
| HD | aclocal.h | 1522 ACPI_THREAD_ID *Threads; member
|
| /freebsd-11-stable/lib/libc/rpc/ |
| HD | README | 35 interfaces of UI Threads to make certain interfaces thread-safe. These
|
| /freebsd-11-stable/contrib/gdb/gdb/doc/ |
| HD | gdb.info-3 | 5419 * automatic thread selection: Threads. 5569 * current thread: Threads. 5712 * focus of debugging: Threads. 5862 * info threads: Threads. 6018 * multiple threads: Threads. 6026 * New SYSTAG message: Threads. 6027 * New SYSTAG message, on HP-UX: Threads. 6473 * switching threads: Threads. 6474 * switching threads automatically: Threads. 6545 * thread apply: Threads. [all …]
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/ |
| HD | CommandObjectThread.cpp | 102 for (ThreadSP thread_sp : process->Threads()) in DoExecute()
|
| /freebsd-11-stable/contrib/ntp/sntp/ |
| HD | config.h.in | 260 /* if you have NT Threads */
|
| /freebsd-11-stable/contrib/apr/ |
| HD | configure.in | 738 dnl ----------------------------- Checking for Threads 739 echo "${nl}Checking for Threads..."
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| HD | CommandInterpreter.cpp | 2170 for (const auto &thread_sp : process_sp->GetThreadList().Threads()) { in DidProcessStopAbnormally()
|