| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | update_test_prefix.py | 6 from concurrent.futures import ThreadPoolExecutor, as_completed
|
| H A D | update_any_test_checks.py | 17 from concurrent.futures import ThreadPoolExecutor
|
| /openbsd-src/gnu/lib/libreadline/support/ |
| H A D | config.guess | 137 concurrent*:*:*:*) 139 echo concurrent-concurrent-sysv3 141 echo concurrent-concurrent-bsd
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | cvs.spec.in | 21 concurrent editing of source files among multiple authors. Instead of 46 concurrent editing of source files among multiple authors. Instead of
|
| H A D | cvs.spec | 46 concurrent editing of source files among multiple authors. Instead of
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ORCv2.rst | 82 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 D | GarbageCollection.rst | 133 * 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 D | Atomics.rst | 51 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 D | CMake.rst | 715 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 D | OpenMPKinds.def | 178 OPENMP_ORDER_KIND(concurrent)
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/ |
| H A D | BuildingAJIT1.rst | 22 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 D | crashlog.py | 30 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 D | tsan_rtl_access.cpp | 375 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 D | README.txt | 135 Only a concurrent mutator can trigger a collection at the libcall safe point.
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | PROTOCOL.mux | 23 concurrent sessions. These are supported via two separate modes:
|
| H A D | PROTOCOL.u2f | 23 concurrent use of a private key, should it be extracted from hardware.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlfork.pod | 347 Support for concurrent interpreters and the fork() emulation was implemented
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Signals.inc | 133 // Use a lock to avoid concurrent erase: the comparison would access
|
| H A D | Path.inc | 516 // 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 D | File.pm | 19 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 D | HandleLLVMOptions.cmake | 36 "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 D | nsd.conf.sample.in | 150 # Maximum number of concurrent TCP connections per server.
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl04.rst | 528 …cate symbols. Requiring symbol names to be unique allows us to support concurrent compilation for …
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | python_api_enums.rst | 1222 serial (executing on one thread) or concurrent (executing on
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 351 def OMP_ORDER_concurrent : ClauseVal<"concurrent",1,1> {}
|