Home
last modified time | relevance | path

Searched refs:concurrency (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/gnu/llvm/libcxx/docs/Helpers/
H A DStyles.rst25 .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 DBUILD.gn1 static_library("concurrency") {
/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.h493 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 DSyntheticSections.cpp1589 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 DCxx2bPapers.csv98 …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 DBUILD.gn74 "//clang-tools-extra/clang-tidy/concurrency",
/openbsd/gnu/llvm/llvm/docs/
H A DNewPassManager.rst243 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 DReference.rst166 Information about LLVM's concurrency model.
H A DAtomics.rst41 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 DORCv2.rst429 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 DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst599 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 Dnetbsd_syscall_hooks.h1761 #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 Dlit.rst177 execution time order to optimize concurrency. The execution order can be
226 optimizes concurrency.
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod2767 =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 Dperlclib.pod621 L<perlguts/How multiple interpreters and concurrency are supported>.
629 so there are no concurrency issues, but each component or instance can
H A Dperlhacktips.pod49 See L<perlguts/"How multiple interpreters and concurrency are
65 concurrency. The right way is to introduce them as new interpreter
H A Dperlperf.pod97 this technique is fraught with concurrency issues and demands high attention to
H A Dperl56delta.pod12 =head2 Interpreter cloning, threads, and concurrency
33 Support for cloning interpreters and interpreter concurrency can be
H A Dperl561delta.pod608 =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 DSignals.inc212 // (such as CTRL/C) occurs. This causes concurrency issues with the above
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/
H A Dperlxstut.pod96 and concurrency are supported>.
H A Dperlxs.pod128 see L<perlguts|perlguts/How multiple interpreters and concurrency are
/openbsd/gnu/llvm/clang/docs/
H A DClangFormattedStatus.rst1127 * - clang-tools-extra/clang-tidy/concurrency
H A DAutomaticReferenceCounting.rst1675 which, by the concurrency model of the host language, happens-after
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt1004 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

12