| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | ThreadPool.cpp | 31 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 D | 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-12.1/contrib/googletest/googletest/cmake/ |
| H A D | Config.cmake.in | 5 find_dependency(Threads)
|
| H A D | internal_utils.cmake | 60 find_package(Threads) 183 set(threads_spec Threads::Threads)
|
| /freebsd-12.1/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)") 122 LINE("libstdthreads", "C11 Threads Library (libstdthreads, \\-lstdthreads)")
|
| /freebsd-12.1/contrib/llvm/tools/lld/Common/ |
| H A D | CMakeLists.txt | 12 Threads.cpp
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ThreadCollection.h | 47 virtual ThreadIterable Threads() { in Threads() function
|
| H A D | Process.h | 2392 ThreadList::ThreadIterable Threads() { return m_thread_list.Threads(); } in Threads() function
|
| /freebsd-12.1/sys/contrib/zstd/contrib/pzstd/ |
| H A D | README.md | 36 Compression Speed vs Ratio with 4 Threads | Decompression Speed with 4 Threads
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | ThreadPool.h | 78 std::vector<llvm::thread> Threads; variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Queue.cpp | 45 for (ThreadSP thread_sp : process_sp->Threads()) { in GetThreads()
|
| /freebsd-12.1/contrib/libpcap/cmake/Modules/ |
| H A D | FindPthreads-w32.cmake | 4 # 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 D | llvm-lto2.cpp | 69 static cl::opt<int> Threads("thinlto-threads", 258 Backend = createInProcessThinBackend(Threads); in run()
|
| /freebsd-12.1/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])
|
| H A D | openldap.m4 | 726 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 D | z_Windows_NT_util.cpp | 101 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 D | Makefile | 30 SRCS+= Common/Threads.cpp
|
| /freebsd-12.1/lib/libomp/ |
| H A D | 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-12.1/contrib/googletest/googlemock/ |
| H A D | CMakeLists.txt | 35 # Language "C" is required for find_package(Threads).
|
| /freebsd-12.1/contrib/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 263 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 D | aclocal.h | 1522 ACPI_THREAD_ID *Threads; member
|
| /freebsd-12.1/lib/libc/rpc/ |
| H A D | README | 35 interfaces of UI Threads to make certain interfaces thread-safe. These
|
| /freebsd-12.1/contrib/googletest/googletest/ |
| H A D | CMakeLists.txt | 42 # Language "C" is required for find_package(Threads).
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | 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-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2319 for (ThreadSP thread_sp : process_sp->GetThreadList().Threads()) { in HandleCommands() 2855 for (ThreadSP thread_sp : process_sp->GetThreadList().Threads()) { in IOHandlerInputComplete()
|