Home
last modified time | relevance | path

Searched refs:relaxed (Results 1 – 25 of 268) sorted by relevance

1234567891011

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAtomicOrdering.h29 relaxed = 0, enumerator
45 return (Int)AtomicOrderingCABI::relaxed <= I && in isValidAtomicOrderingCABI()
138 /* NotAtomic */ AtomicOrderingCABI::relaxed, in toCABI()
139 /* Unordered */ AtomicOrderingCABI::relaxed, in toCABI()
140 /* relaxed */ AtomicOrderingCABI::relaxed, in toCABI()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dpointer_safety.h27 relaxed, enumerator
34 return pointer_safety::relaxed; in get_pointer_safety()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dmemory99 * This implementation only supports <em>relaxed pointer safety</em>
108 enum class pointer_safety { relaxed, preferred, strict };
129 get_pointer_safety() noexcept { return pointer_safety::relaxed; }
H A Dstop_token121 memory_order::relaxed))
181 _M_owners.fetch_add(1, memory_order::relaxed);
194 _M_value.fetch_add(_S_ssrc_counter_inc, memory_order::relaxed);
207 // Can use relaxed loads to get the current value.
209 auto __old = _M_value.load(memory_order::relaxed);
210 while (!_M_try_lock(__old, memory_order::relaxed))
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dstop_token126 memory_order::relaxed))
188 _M_owners.fetch_add(1, memory_order::relaxed);
201 _M_value.fetch_add(_S_ssrc_counter_inc, memory_order::relaxed);
214 // Can use relaxed loads to get the current value.
216 auto __old = _M_value.load(memory_order::relaxed);
217 while (!_M_try_lock(__old, memory_order::relaxed))
H A Dmemory149 * This implementation only supports <em>relaxed pointer safety</em>
158 enum class pointer_safety { relaxed, preferred, strict };
179 get_pointer_safety() noexcept { return pointer_safety::relaxed; }
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_hpux10.man8 idle process has been relaxed to include those processes that have only
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.17.rst
/netbsd-src/bin/ed/test/
H A DREADME25 a single address is expected has been relaxed in this version of ed.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dsync.md130 ;; after it on all non-relaxed memory models except when the load
143 when acquire or stronger semantics are needed. When the relaxed model is
144 used this can be relaxed to a normal LDRD. */
164 /* All non-relaxed models need a barrier after the load when load-acquire
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dsync.md130 ;; after it on all non-relaxed memory models except when the load
143 when acquire or stronger semantics are needed. When the relaxed model is
144 used this can be relaxed to a normal LDRD. */
164 /* All non-relaxed models need a barrier after the load when load-acquire
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-zeilenga-ldap-relax.txt103 (DIT) to request various data and service rules be temporarily relaxed
295 NO-USER-MODIFICATION contraint MUST NOT be relaxed. To effect a
298 which the NO-USER-MODIFICATION constraint should not be relaxed
304 be relaxed. Future documents may specify where NO-USER-MODIFICATION
305 constraints on other operational attribute may be relaxed. In absence
307 particular operational attribute may be relaxed, implementors SHOULD
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dsync.md65 /* Unless the memory model is relaxed, we want to emit ld.acq, which
80 /* Unless the memory model is relaxed, we want to emit st.rel, which
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dsync.md65 /* Unless the memory model is relaxed, we want to emit ld.acq, which
80 /* Unless the memory model is relaxed, we want to emit st.rel, which
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dsemaphore_base.h207 memory_order::relaxed); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.def111 OPENMP_ATOMIC_DEFAULT_MEM_ORDER_KIND(relaxed)
H A DLangOptions.def150 LANGOPT(RelaxedTemplateTemplateArgs, 1, 0, "C++17 relaxed matching of template template arguments")
284 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_flags.inc83 "Exit if fail to request relaxed syscall ABI.")
/netbsd-src/external/gpl2/gmake/dist/
H A Dmakefile.vms35 CFLAGS = $(defines) /include=([],[.glob])/prefix=(all,except=(glob,globfree))/standard=relaxed/warn…
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dconstraints.md115 "A constant that can be used in relaxed MOVI instructions."
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dconstraints.md115 "A constant that can be used in relaxed MOVI instructions."
/netbsd-src/bin/ed/
H A DPOSIX13 been relaxed.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrAtomics.td27 // supported, but when they're relaxed and anything can be used, all the
110 // supported, but when they're relaxed and anything can be used, all the
/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/
H A DChangeLog108 compiler, support for DragonFly BSD, relaxed copyright permissions.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLTOVisibility.rst45 unsafe to refer to these symbols, and their visibility may be relaxed to hidden

1234567891011