Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Support/
H A DThreadPool.cpp31 Threads.reserve(ThreadCount); in ThreadPool()
33 Threads.emplace_back([&] { in ThreadPool()
106 for (auto &Worker : Threads) in ~ThreadPool()
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.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-12.1/contrib/googletest/googletest/cmake/
H A DConfig.cmake.in5 find_dependency(Threads)
H A Dinternal_utils.cmake60 find_package(Threads)
183 set(threads_spec Threads::Threads)
/freebsd-12.1/contrib/mandoc/
H A Dlib.in105 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)")
122 LINE("libstdthreads", "C11 Threads Library (libstdthreads, \\-lstdthreads)")
/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DCMakeLists.txt12 Threads.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadCollection.h47 virtual ThreadIterable Threads() { in Threads() function
H A DProcess.h2392 ThreadList::ThreadIterable Threads() { return m_thread_list.Threads(); } in Threads() function
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/
H A DREADME.md36 Compression Speed vs Ratio with 4 Threads | Decompression Speed with 4 Threads
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DThreadPool.h78 std::vector<llvm::thread> Threads; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DQueue.cpp45 for (ThreadSP thread_sp : process_sp->Threads()) { in GetThreads()
/freebsd-12.1/contrib/libpcap/cmake/Modules/
H A DFindPthreads-w32.cmake4 # Threads component of the POSIX 1003.1c 1995 Standard (or later)
130 DOC "The Portable Threads Library"
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp69 static cl::opt<int> Threads("thinlto-threads",
258 Backend = createInProcessThinBackend(Threads); in run()
/freebsd-12.1/contrib/ntp/sntp/m4/
H A Dopenldap-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])
H A Dopenldap.m4726 dnl Check for NT Threads
731 AC_DEFINE([HAVE_NT_THREADS], [1], [if you have NT Threads])
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp101 SYSTEM_THREAD Threads[1]; member
113 KMP_BUILD_ASSERT(offsetof(SYSTEM_PROCESS_INFORMATION, Threads) == 184);
119 KMP_BUILD_ASSERT(offsetof(SYSTEM_PROCESS_INFORMATION, Threads) == 256);
1539 THREAD_STATE state = spi->Threads[i].State; in __kmp_get_load_balance()
/freebsd-12.1/usr.bin/clang/lld/
H A DMakefile30 SRCS+= Common/Threads.cpp
/freebsd-12.1/lib/libomp/
H A Dkmp_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-12.1/contrib/googletest/googlemock/
H A DCMakeLists.txt35 # Language "C" is required for find_package(Threads).
/freebsd-12.1/contrib/openmp/runtime/src/i18n/
H A Den_US.txt263 AffThreadsMayMigrate "Threads may migrate across all available OS procs (granularity settin…
288 ThreadsMigrate "%1$s: Threads may migrate across %2$d innermost levels of machine"
321 BarriersInDifferentOrder "Threads encountered barriers in different order. "
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Daclocal.h1522 ACPI_THREAD_ID *Threads; member
/freebsd-12.1/lib/libc/rpc/
H A DREADME35 interfaces of UI Threads to make certain interfaces thread-safe. These
/freebsd-12.1/contrib/googletest/googletest/
H A DCMakeLists.txt42 # Language "C" is required for find_package(Threads).
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.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-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2319 for (ThreadSP thread_sp : process_sp->GetThreadList().Threads()) { in HandleCommands()
2855 for (ThreadSP thread_sp : process_sp->GetThreadList().Threads()) { in IOHandlerInputComplete()

12