Home
last modified time | relevance | path

Searched refs:Threads (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDParallel.cpp45 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
HDThreadPool.cpp30 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/
HDdbexec.c722 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/
HDThreadCollection.h46 virtual ThreadIterable Threads() { in Threads() function
HDProcess.h2057 ThreadList::ThreadIterable Threads() { return m_thread_list.Threads(); } in Threads() function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerFork.cpp332 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/
HDThreadPool.h77 std::vector<llvm::thread> Threads; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDQueue.cpp44 for (ThreadSP thread_sp : process_sp->Threads()) { in GetThreads()
/freebsd-11-stable/contrib/mdocml/
HDlib.in101 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/
HDllvm-lto2.cpp68 static cl::opt<int> Threads("thinlto-threads",
284 Backend = createInProcessThinBackend(Threads); in run()
/freebsd-11-stable/contrib/ntp/sntp/m4/
HDopenldap-thread-check.m480 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])
HDopenldap.m4726 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/
HDMinidumpYAML.cpp537 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/
HDz_Windows_NT_util.cpp100 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()
HDkmp_itt.inl956 /* Threads reporting. */
/freebsd-11-stable/usr.bin/clang/lld/
HDMakefile37 SRCS+= Common/Threads.cpp
/freebsd-11-stable/lib/libomp/
HDkmp_i18n_default.inc217 "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/
HDen_US.txt262 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/
HDaclocal.h1522 ACPI_THREAD_ID *Threads; member
/freebsd-11-stable/lib/libc/rpc/
HDREADME35 interfaces of UI Threads to make certain interfaces thread-safe. These
/freebsd-11-stable/contrib/gdb/gdb/doc/
HDgdb.info-35419 * 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/
HDCommandObjectThread.cpp102 for (ThreadSP thread_sp : process->Threads()) in DoExecute()
/freebsd-11-stable/contrib/ntp/sntp/
HDconfig.h.in260 /* if you have NT Threads */
/freebsd-11-stable/contrib/apr/
HDconfigure.in738 dnl ----------------------------- Checking for Threads
739 echo "${nl}Checking for Threads..."
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2170 for (const auto &thread_sp : process_sp->GetThreadList().Threads()) { in DidProcessStopAbnormally()

12