Home
last modified time | relevance | path

Searched refs:concurrent (Results 1 – 25 of 47) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/utils/
H A Dupdate_test_prefix.py6 from concurrent.futures import ThreadPoolExecutor, as_completed
H A Dupdate_any_test_checks.py17 from concurrent.futures import ThreadPoolExecutor
/openbsd-src/gnu/lib/libreadline/support/
H A Dconfig.guess137 concurrent*:*:*:*)
139 echo concurrent-concurrent-sysv3
141 echo concurrent-concurrent-bsd
/openbsd-src/gnu/usr.bin/cvs/
H A Dcvs.spec.in21 concurrent editing of source files among multiple authors. Instead of
46 concurrent editing of source files among multiple authors. Instead of
H A Dcvs.spec46 concurrent editing of source files among multiple authors. Instead of
/openbsd-src/gnu/llvm/llvm/docs/
H A DORCv2.rst82 or a lazy, out-of-process, concurrent JIT, or anything in between.
231 synchronization mechanism for concurrent compilation. The pseudo-code for the
433 laziness to be safely mixed with features like remote compilation, concurrent
434 compilation, concurrent JIT'd code, and speculative compilation.
474 concurrent JIT compilation. The new APIs (including new layer interfaces and
476 referred to as ORCv2, and the original, non-concurrent layers and utilities
706 accidental concurrent access by two Modules that use the same LLVMContext.
772 Clients wishing to maximize possibilities for concurrent compilation will want
949 ORC's support for concurrent compilation allows us to easily enable
H A DGarbageCollection.rst133 * concurrent collectors
169 for interoperating with concurrent collectors.
369 concurrent collectors. Additionally, write barriers could be used to implement
685 | Algorithm | Done | Shadow | refcount | mark- | copying | incremental | threaded | concurrent |
H A DAtomics.rst51 lead to undefined results in a concurrent environment; see `NotAtomic`_. This
53 concurrent environments, which gets a bit more of an extended description
74 The following is equivalent in non-concurrent situations:
H A DCMake.rst715 Define the maximum number of concurrent compilation jobs.
718 Define the maximum number of concurrent link jobs.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DOpenMPKinds.def178 OPENMP_ORDER_KIND(concurrent)
/openbsd-src/gnu/llvm/llvm/docs/tutorial/
H A DBuildingAJIT1.rst22 introduces new features like concurrent compilation, optimization, lazy
85 support for concurrent compilation, optimization and lazy compilation.
244 duration of the JIT. Once we switch to concurrent compilation in later chapters
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py30 import concurrent.futures
1046 with concurrent.futures.ThreadPoolExecutor() as executor:
1053 for future in concurrent.futures.as_completed(futures):
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp375 const m128 concurrent = _mm_cmplt_epi32(thread_epochs, shadow_epochs); in CheckRaces() local
376 const int concurrent_mask = _mm_movemask_epi8(concurrent); in CheckRaces()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DREADME.txt135 Only a concurrent mutator can trigger a collection at the libcall safe point.
/openbsd-src/usr.bin/ssh/
H A DPROTOCOL.mux23 concurrent sessions. These are supported via two separate modes:
H A DPROTOCOL.u2f23 concurrent use of a private key, should it be extracted from hardware.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlfork.pod347 Support for concurrent interpreters and the fork() emulation was implemented
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DSignals.inc133 // Use a lock to avoid concurrent erase: the comparison would access
H A DPath.inc516 // Call mntctl; try more than twice in case of timing issues with a concurrent
/openbsd-src/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm19 autodefer autochomp autodefer_threshhold concurrent);
42 if ($opts{concurrent}) {
43 croak("$pack: concurrent access not supported yet\n");
2438 incompatible with concurrent access. A future version of this module will
2439 support a C<concurrent =E<gt> 1> option that enables safe concurrent access.
2442 =E<gt> 0> for safe concurrent access. This was mistaken. Tie::File
2443 will not support safe concurrent access before version 0.96.
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake36 "Define the maximum number of concurrent compilation jobs (Ninja only).")
47 "Define the maximum number of concurrent link jobs (Ninja only).")
/openbsd-src/usr.sbin/nsd/
H A Dnsd.conf.sample.in150 # Maximum number of concurrent TCP connections per server.
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst528 …cate symbols. Requiring symbol names to be unique allows us to support concurrent compilation for …
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1222 serial (executing on one thread) or concurrent (executing on
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td351 def OMP_ORDER_concurrent : ClauseVal<"concurrent",1,1> {}

12