Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DParallel.cpp47 Threads.reserve(ThreadCount); in ThreadPoolExecutor()
48 Threads.resize(1); in ThreadPoolExecutor()
50 Threads[0] = std::thread([this, ThreadCount, S] { in ThreadPoolExecutor()
52 Threads.emplace_back([=] { work(S, I); }); in ThreadPoolExecutor()
75 for (std::thread &T : Threads) in ~ThreadPoolExecutor()
117 std::vector<std::thread> Threads; member in llvm::parallel::detail::__anon096d2ab40111::ThreadPoolExecutor
H A DThreadPool.cpp27 Threads.reserve(ThreadCount); in ThreadPool()
29 Threads.emplace_back([S, ThreadID, this] { in ThreadPool()
99 for (auto &Worker : Threads) in ~ThreadPool()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dmalloc_stress_transfer_test.cc31 std::thread *Threads[kNumThreads]; in main() local
32 for (auto &T : Threads) T = new std::thread(&Thread); in main()
33 for (auto T : Threads) { in main()
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbexec.c640 if (Info->Threads && (Info->NumCreated < Info->NumThreads)) in AcpiDbMethodThread()
642 Info->Threads[Info->NumCreated++] = AcpiOsGetThreadId(); in AcpiDbMethodThread()
921 AcpiGbl_DbMethodInfo.Threads = AcpiOsAllocate (Size); in AcpiDbCreateExecutionThreads()
922 if (AcpiGbl_DbMethodInfo.Threads == NULL) in AcpiDbCreateExecutionThreads()
930 memset (AcpiGbl_DbMethodInfo.Threads, 0, Size); in AcpiDbCreateExecutionThreads()
1005 AcpiOsFree (AcpiGbl_DbMethodInfo.Threads); in AcpiDbCreateExecutionThreads()
1006 AcpiGbl_DbMethodInfo.Threads = NULL; in AcpiDbCreateExecutionThreads()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A Ddsymutil.cpp286 Options.LinkOpts.Threads = atoi(NumThreads->getValue()); in getOptions()
288 Options.LinkOpts.Threads = 0; // Use all available hardware threads in getOptions()
291 Options.LinkOpts.Threads = 1; in getOptions()
587 Options.LinkOpts.Statistics ? 1 : Options.LinkOpts.Threads); in main()
588 if (Options.LinkOpts.Threads == 0) { in main()
594 ThreadPool Threads(S); in main() local
672 Threads.async(LinkLambda, OS, Options.LinkOpts); in main()
675 Threads.wait(); in main()
H A DLinkUtils.h50 unsigned Threads = 1; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/
H A DCMakeLists.txt18 find_package(Threads REQUIRED)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DThreadPool.h81 std::vector<llvm::thread> Threads; variable
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dappendix-recommended-versions.sdf22 Threads:|POSIX {{pthreads}}|Version
H A Dmonitoringslapd.sdf422 H3: Threads
429 > # Max, Threads, Monitor
430 > dn: cn=Max,cn=Threads,cn=Monitor
433 > entryDN: cn=Max,cn=Threads,cn=Monitor
/netbsd-src/external/bsd/mdocml/dist/
H A Dlib.in103 LINE("libpthread", "POSIX Threads Library (libpthread, \\-lpthread)")
104 LINE("libpthread_dbg", "POSIX Debug Threads Library (libpthread_dbg, \\-lpthread_dbg)")
120 LINE("libstdthreads", "C11 Threads Library (libstdthreads, \\-lstdthreads)")
/netbsd-src/external/gpl3/binutils/dist/gold/
H A DTODO9 o - Threads
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A DTODO9 o - Threads
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A DCMakeLists.txt3 find_package(Threads REQUIRED)
31 # NOTE: These flags must be added after find_package(Threads REQUIRED) otherwise
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A DCMakeLists.txt3 find_package(Threads REQUIRED)
31 # NOTE: These flags must be added after find_package(Threads REQUIRED) otherwise
/netbsd-src/external/gpl2/grep/dist/
H A DTODO22 Threads for grep ?
/netbsd-src/external/mit/xorg/share/cf/
H A DMakefile12 Threads.tmpl Win32.cf Win32.rules WinLib.tmpl X11.rules \
/netbsd-src/external/bsd/ntp/dist/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])
/netbsd-src/external/mit/xorg/lib/libXt/
H A DMakefile20 TMstate.c Threads.c VarCreate.c VarGet.c Varargs.c Vendor.c
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpYAML.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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp78 static cl::opt<std::string> Threads("thinlto-threads"); variable
316 llvm::heavyweight_hardware_concurrency(Threads)); in run()
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Dthreads.rst1 Threads title
5 way** to do *web-scale programming*? Well... no. Threads are still the medium in
6 which processors do their jobs. Threads are therefore mighty useful sometimes, even
9 Threads are used internally to fake the asynchronous nature of all of the system
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DCMakeLists.txt228 # configuration checks such as 'find_package(Threads)'
252 find_package(Threads REQUIRED)
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A DCMakeLists.txt229 # configuration checks such as 'find_package(Threads)'
253 find_package(Threads REQUIRED)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DThreading.inc246 static unsigned Threads =
249 return Threads;

1234