Searched refs:fetch_or (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | atomic64_test.c | 133 FETCH_FAMILY_TEST(, fetch_or, |=, v1); in test_atomic() 185 FETCH_FAMILY_TEST(64, fetch_or, |=, v1); in test_atomic64()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | atomic | 174 fetch_or(integral op, memory_order m = memory_order_seq_cst) volatile noexcept; 175 integral fetch_or(integral op, memory_order m = memory_order_seq_cst) noexcept; 1031 _Tp fetch_or(_Tp __op, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT 1034 _Tp fetch_or(_Tp __op, memory_order __m = memory_order_seq_cst) _NOEXCEPT 1072 _Tp operator|=(_Tp __op) volatile _NOEXCEPT {return fetch_or(__op) | __op;} 1074 _Tp operator|=(_Tp __op) _NOEXCEPT {return fetch_or(__op) | __op;} 1625 return __o->fetch_or(__op); 1637 return __o->fetch_or(__op); 1651 return __o->fetch_or(__op, __m); 1663 return __o->fetch_or(__op, __m);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | atomic | 174 fetch_or(integral op, memory_order m = memory_order_seq_cst) volatile noexcept; 175 integral fetch_or(integral op, memory_order m = memory_order_seq_cst) noexcept; 1031 _Tp fetch_or(_Tp __op, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT 1034 _Tp fetch_or(_Tp __op, memory_order __m = memory_order_seq_cst) _NOEXCEPT 1072 _Tp operator|=(_Tp __op) volatile _NOEXCEPT {return fetch_or(__op) | __op;} 1074 _Tp operator|=(_Tp __op) _NOEXCEPT {return fetch_or(__op) | __op;} 1625 return __o->fetch_or(__op); 1637 return __o->fetch_or(__op); 1651 return __o->fetch_or(__op, __m); 1663 return __o->fetch_or(__op, __m);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | atomic_futex.h | 101 _M_data.fetch_or(_Waiter_bit, memory_order_relaxed); in _GLIBCXX_VISIBILITY()
|
| H A D | atomic_base.h | 576 fetch_or(__int_type __i, in _GLIBCXX_VISIBILITY() 581 fetch_or(__int_type __i, in _GLIBCXX_VISIBILITY() 911 fetch_or(_Tp* __ptr, _Val<_Tp> __i, memory_order __m) noexcept in _GLIBCXX_VISIBILITY() 1395 fetch_or(value_type __i, in _GLIBCXX_VISIBILITY() 1397 { return __atomic_impl::fetch_or(_M_ptr, __i, __m); } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | atomic_futex.h | 101 _M_data.fetch_or(_Waiter_bit, memory_order_relaxed); in _GLIBCXX_VISIBILITY()
|
| H A D | atomic_base.h | 576 fetch_or(__int_type __i, in _GLIBCXX_VISIBILITY() 581 fetch_or(__int_type __i, in _GLIBCXX_VISIBILITY() 911 fetch_or(_Tp* __ptr, _Val<_Tp> __i, memory_order __m) noexcept in _GLIBCXX_VISIBILITY() 1395 fetch_or(value_type __i, in _GLIBCXX_VISIBILITY() 1397 { return __atomic_impl::fetch_or(_M_ptr, __i, __m); } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | core.c | 1026 DEFINE_TSAN_ATOMIC_RMW(fetch_or, bits, ); \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | atomic | 1403 { return __a->fetch_or(__i, __m); } 1410 { return __a->fetch_or(__i, __m); }
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | atomic | 1403 { return __a->fetch_or(__i, __m); } 1410 { return __a->fetch_or(__i, __m); }
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | core.c | 464 #define fetch_or(ptr, mask) \ macro 488 return !(fetch_or(&ti->flags, _TIF_NEED_RESCHED) & _TIF_POLLING_NRFLAG); in set_nr_and_not_polling()
|