Home
last modified time | relevance | path

Searched refs:atomic_fetch_or (Results 1 – 25 of 35) sorted by relevance

12

/external/cronet/tot/third_party/libc++/src/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
Datomic_fetch_or.pass.cpp34 assert(std::atomic_fetch_or(&t, T(2)) == T(1)); in operator ()()
37 ASSERT_NOEXCEPT(std::atomic_fetch_or(&t, T(2))); in operator ()()
42 assert(std::atomic_fetch_or(&t, T(2)) == T(3)); in operator ()()
45 ASSERT_NOEXCEPT(std::atomic_fetch_or(&t, T(2))); in operator ()()
/external/cronet/stable/third_party/libc++/src/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
Datomic_fetch_or.pass.cpp34 assert(std::atomic_fetch_or(&t, T(2)) == T(1)); in operator ()()
37 ASSERT_NOEXCEPT(std::atomic_fetch_or(&t, T(2))); in operator ()()
42 assert(std::atomic_fetch_or(&t, T(2)) == T(3)); in operator ()()
45 ASSERT_NOEXCEPT(std::atomic_fetch_or(&t, T(2))); in operator ()()
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
Datomic_fetch_or.pass.cpp35 assert(std::atomic_fetch_or(&t, T(2)) == T(1)); in operator ()()
42 assert(std::atomic_fetch_or(&t, T(2)) == T(3)); in operator ()()
/external/libdav1d/src/
Dthread_task.c111 if (cond_signal && !atomic_fetch_or(&ttd->cond_signaled, 1)) in insert_tasks_between()
396 error |= atomic_fetch_or(&f->task_thread.error, error); in check_tile()
401 error |= atomic_fetch_or(&f->task_thread.error, error); in check_tile()
429 atomic_fetch_or(&f->task_thread.error, p3 == FRAME_ERROR); in check_tile()
588 atomic_fetch_or(&f->task_thread.error, p1 == TILE_ERROR); in dav1d_worker_task()
619 atomic_fetch_or(&f->task_thread.error, p1 == TILE_ERROR); in dav1d_worker_task()
625 atomic_fetch_or(&f->task_thread.error, p2 == TILE_ERROR); in dav1d_worker_task()
649 atomic_fetch_or(&f->task_thread.error, p1 == TILE_ERROR); in dav1d_worker_task()
688 int error = atomic_fetch_or(&f->task_thread.error, flush) | flush; in dav1d_worker_task()
765 atomic_fetch_or(&f->task_thread.error, error); in dav1d_worker_task()
[all …]
/external/libdav1d/include/compat/gcc/
Dstdatomic.h46 #define atomic_fetch_or(p_a, v) __atomic_fetch_or(p_a, v, __ATOMIC_SEQ_CST) macro
/external/python/cpython3/Include/cpython/
Dpyatomic_std.h375 return atomic_fetch_or((_Atomic(uint8_t)*)obj, value); in _Py_atomic_or_uint8()
382 return atomic_fetch_or((_Atomic(uint16_t)*)obj, value); in _Py_atomic_or_uint16()
389 return atomic_fetch_or((_Atomic(uint32_t)*)obj, value); in _Py_atomic_or_uint32()
396 return atomic_fetch_or((_Atomic(uint64_t)*)obj, value); in _Py_atomic_or_uint64()
403 return atomic_fetch_or((_Atomic(uintptr_t)*)obj, value); in _Py_atomic_or_uintptr()
/external/scudo/standalone/
Doptions.h57 atomic_fetch_or(&Val, 1U << static_cast<u32>(Opt), memory_order_relaxed); in set()
Datomic_helpers.h100 inline typename T::Type atomic_fetch_or(volatile T *A, typename T::Type V, in atomic_fetch_or() function
/external/libdav1d/include/compat/msvc/
Dstdatomic.h73 #define atomic_fetch_or(p_a, v) InterlockedOr(p_a, v) macro
/external/clang/lib/Headers/
Dstdatomic.h152 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) macro
/external/cronet/tot/third_party/libc++/src/include/__cxx03/
Dstdatomic.h206 using std::atomic_fetch_or _LIBCPP_USING_IF_EXISTS;
/external/cronet/stable/third_party/libc++/src/include/__cxx03/
Dstdatomic.h206 using std::atomic_fetch_or _LIBCPP_USING_IF_EXISTS;
/external/cronet/stable/third_party/libc++/src/include/
Dstdatomic.h212 using std::atomic_fetch_or _LIBCPP_USING_IF_EXISTS;
/external/cronet/tot/third_party/libc++/src/include/
Dstdatomic.h212 using std::atomic_fetch_or _LIBCPP_USING_IF_EXISTS;
/external/clang/test/CodeGen/
Datomic-ops.c106 return atomic_fetch_or(i, 1); in fi3e()
/external/cronet/tot/third_party/libc++/src/test/std/atomics/stdatomic.h.syn/
Dtypes.compile.pass.cpp225 using ::atomic_fetch_or; in f()
/external/cronet/stable/third_party/libc++/src/test/std/atomics/stdatomic.h.syn/
Dtypes.compile.pass.cpp225 using ::atomic_fetch_or; in f()
/external/cronet/tot/third_party/libc++/src/modules/std/
Datomic.inc47 using std::atomic_fetch_or _LIBCPP_USING_IF_EXISTS;
/external/cronet/stable/third_party/libc++/src/modules/std/
Datomic.inc47 using std::atomic_fetch_or _LIBCPP_USING_IF_EXISTS;
/external/OpenCL-CTS/test_conformance/c11_atomics/
Dmain.cpp80 ADD_TEST( atomic_fetch_or ),
/external/elfutils/lib/
Dstdatomic-fbsd.h386 #define atomic_fetch_or(object, operand) \ macro
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__atomic/
Datomic.h571 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_or(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_ty…
576 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_or(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) …
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__atomic/
Datomic.h571 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_or(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_ty…
576 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_or(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) …
/external/libcxx/include/
Datomic419 atomic_fetch_or(volatile atomic<Integral>* obj, Integral op) noexcept;
423 atomic_fetch_or(atomic<Integral>* obj, Integral op) noexcept;
1614 // atomic_fetch_or
1623 atomic_fetch_or(volatile atomic<_Tp>* __o, _Tp __op) _NOEXCEPT
1635 atomic_fetch_or(atomic<_Tp>* __o, _Tp __op) _NOEXCEPT
/external/cronet/stable/third_party/libc++/src/include/__atomic/
Datomic.h769 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_or(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_ty…
774 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_or(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) …

12