/openbsd/gnu/llvm/libcxx/docs/Helpers/ |
H A D | Styles.rst | 25 .concurrency { background-color: #909090; white-space:nowrap; } 47 .. role:: concurrency 54 .. |concurrency TS| replace:: :concurrency:`concurrency TS`
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/concurrency/ |
H A D | BUILD.gn | 1 static_library("concurrency") {
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | SyntheticSections.h | 493 unsigned concurrency); 569 RelocationSection(StringRef name, bool combreloc, unsigned concurrency); 579 AndroidPackedRelocationSection(StringRef name, unsigned concurrency); 600 RelrBaseSection(unsigned concurrency); 618 RelrSection(unsigned concurrency);
|
H A D | SyntheticSections.cpp | 1589 relocsVec(concurrency), combreloc(combreloc) {} in RelocationBaseSection() 1681 concurrency) { in RelocationSection() 1701 relocsVec(concurrency) {} in RelrBaseSection() 1715 StringRef name, unsigned concurrency) in AndroidPackedRelocationSection() argument 1720 /*combreloc=*/false, concurrency) { in AndroidPackedRelocationSection() 1968 RelrSection<ELFT>::RelrSection(unsigned concurrency) in RelrSection() argument 1969 : RelrBaseSection(concurrency) { in RelrSection() 2783 const size_t concurrency = in createSymbols() local 2794 parallelFor(0, concurrency, [&](size_t threadId) { in createSymbols() 3271 const size_t concurrency = in finalizeContents() local [all …]
|
/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx2bPapers.csv | 98 …https://wg21.link/P1202R5>`__","LWG", "Asymmetric Fences", "November 2022","","","|concurrency TS|" 100 …P1478R8>`__","LWG", "``Byte-wise`` ``atomic`` ``memcpy``", "November 2022","","","|concurrency TS|" 102 …//wg21.link/P2396R1>`__","LWG", "Concurrency TS 2 fixes ", "November 2022","","","|concurrency TS|"
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/ |
H A D | BUILD.gn | 74 "//clang-tools-extra/clang-tidy/concurrency",
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | NewPassManager.rst | 243 and they block potential future concurrency. 245 The second reason is to keep in mind potential future pass concurrency, for 249 concurrency was supported. A related limitation is that outer level IR analyses 260 on. This discounts future concurrency over separate loops in a function, but
|
H A D | Reference.rst | 166 Information about LLVM's concurrency model.
|
H A D | Atomics.rst | 41 with instructions with special semantics in the presence of concurrency. This 57 instructions with atomic ordering involved, concurrency does not matter, with 92 particularly of interest because before the concurrency model was implemented, 174 concurrency, please send an email to llvm-dev.)
|
H A D | ORCv2.rst | 429 mechanism, lazy reexports inherit the same concurrency guarantees: calls to lazy 475 implementations, and new utilities) that support concurrency are collectively 779 // Maximize concurrency opportunities by loading every module on a
|
H A D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 599 that the user can list and switch focus between. With iteration concurrency 601 must not present the concurrency as distinct source language threads. Instead, 610 It is possible for the compiler to use both SIMT concurrency and iteration 611 concurrency techniques in the code of a single source language thread.
|
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 1761 #define __sanitizer_syscall_pre_compat_60_sa_setconcurrency(concurrency) \ argument 1763 (long long)(concurrency)) 1764 #define __sanitizer_syscall_post_compat_60_sa_setconcurrency(res, concurrency) \ argument 1766 res, (long long)(concurrency)) 4160 long long concurrency); 4162 long long res, long long concurrency);
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | lit.rst | 177 execution time order to optimize concurrency. The execution order can be 226 optimizes concurrency.
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlguts.pod | 2767 =for apidoc_section $concurrency 2786 =for apidoc_section $concurrency 2848 =for apidoc_section $concurrency 2901 =for apidoc_section $concurrency 2979 =for apidoc_section $concurrency 4120 =for apidoc_section $concurrency 4164 =for apidoc_section $concurrency 4247 =for apidoc_section $concurrency 4302 =for apidoc_section $concurrency 4340 =for apidoc_section $concurrency [all …]
|
H A D | perlclib.pod | 621 L<perlguts/How multiple interpreters and concurrency are supported>. 629 so there are no concurrency issues, but each component or instance can
|
H A D | perlhacktips.pod | 49 See L<perlguts/"How multiple interpreters and concurrency are 65 concurrency. The right way is to introduce them as new interpreter
|
H A D | perlperf.pod | 97 this technique is fraught with concurrency issues and demands high attention to
|
H A D | perl56delta.pod | 12 =head2 Interpreter cloning, threads, and concurrency 33 Support for cloning interpreters and interpreter concurrency can be
|
H A D | perl561delta.pod | 608 =head2 Interpreter cloning, threads, and concurrency 629 Support for cloning interpreters and interpreter concurrency can be
|
/openbsd/gnu/llvm/llvm/lib/Support/Windows/ |
H A D | Signals.inc | 212 // (such as CTRL/C) occurs. This causes concurrency issues with the above
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ |
H A D | perlxstut.pod | 96 and concurrency are supported>.
|
H A D | perlxs.pod | 128 see L<perlguts|perlguts/How multiple interpreters and concurrency are
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | ClangFormattedStatus.rst | 1127 * - clang-tools-extra/clang-tidy/concurrency
|
H A D | AutomaticReferenceCounting.rst | 1675 which, by the concurrency model of the host language, happens-after
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 1004 clang-tools-extra/clang-tidy/concurrency/MtUnsafeCheck.cpp 1005 clang-tools-extra/clang-tidy/concurrency/MtUnsafeCheck.h 1006 clang-tools-extra/clang-tidy/concurrency/ThreadCanceltypeAsynchronousCheck.cpp 1007 clang-tools-extra/clang-tidy/concurrency/ThreadCanceltypeAsynchronousCheck.h
|