| /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_base.h | 310 { return fetch_add(1); } in _GLIBCXX_VISIBILITY() 314 { return fetch_add(1); } in _GLIBCXX_VISIBILITY() 546 fetch_add(__int_type __i, in _GLIBCXX_VISIBILITY() 551 fetch_add(__int_type __i, in _GLIBCXX_VISIBILITY() 645 { return fetch_add(1); } in _GLIBCXX_VISIBILITY() 649 { return fetch_add(1); } in _GLIBCXX_VISIBILITY() 807 fetch_add(ptrdiff_t __d, in _GLIBCXX_VISIBILITY() 812 fetch_add(ptrdiff_t __d, in _GLIBCXX_VISIBILITY() 896 fetch_add(_Tp* __ptr, _Diff<_Tp> __i, memory_order __m) noexcept in _GLIBCXX_VISIBILITY() 1148 fetch_add(value_type __i, in _GLIBCXX_VISIBILITY() [all …]
|
| /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_base.h | 310 { return fetch_add(1); } in _GLIBCXX_VISIBILITY() 314 { return fetch_add(1); } in _GLIBCXX_VISIBILITY() 546 fetch_add(__int_type __i, in _GLIBCXX_VISIBILITY() 551 fetch_add(__int_type __i, in _GLIBCXX_VISIBILITY() 645 { return fetch_add(1); } in _GLIBCXX_VISIBILITY() 649 { return fetch_add(1); } in _GLIBCXX_VISIBILITY() 807 fetch_add(ptrdiff_t __d, in _GLIBCXX_VISIBILITY() 812 fetch_add(ptrdiff_t __d, in _GLIBCXX_VISIBILITY() 896 fetch_add(_Tp* __ptr, _Diff<_Tp> __i, memory_order __m) noexcept in _GLIBCXX_VISIBILITY() 1148 fetch_add(value_type __i, in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | atomic64_test.c | 128 FETCH_FAMILY_TEST(, fetch_add, +=, onestwos); in test_atomic() 129 FETCH_FAMILY_TEST(, fetch_add, +=, -one); in test_atomic() 180 FETCH_FAMILY_TEST(64, fetch_add, +=, onestwos); in test_atomic64() 181 FETCH_FAMILY_TEST(64, fetch_add, +=, -one); in test_atomic64()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | atomic | 165 fetch_add(integral op, memory_order m = memory_order_seq_cst) volatile noexcept; 166 integral fetch_add(integral op, memory_order m = memory_order_seq_cst) noexcept; 238 T* fetch_add(ptrdiff_t op, memory_order m = memory_order_seq_cst) volatile noexcept; 239 T* fetch_add(ptrdiff_t op, memory_order m = memory_order_seq_cst) noexcept; 1013 _Tp fetch_add(_Tp __op, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT 1016 _Tp fetch_add(_Tp __op, memory_order __m = memory_order_seq_cst) _NOEXCEPT 1044 _Tp operator++(int) volatile _NOEXCEPT {return fetch_add(_Tp(1));} 1046 _Tp operator++(int) _NOEXCEPT {return fetch_add(_Tp(1));} 1052 _Tp operator++() volatile _NOEXCEPT {return fetch_add(_Tp(1)) + _Tp(1);} 1054 _Tp operator++() _NOEXCEPT {return fetch_add(_Tp(1)) + _Tp(1);} [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | atomic | 165 fetch_add(integral op, memory_order m = memory_order_seq_cst) volatile noexcept; 166 integral fetch_add(integral op, memory_order m = memory_order_seq_cst) noexcept; 238 T* fetch_add(ptrdiff_t op, memory_order m = memory_order_seq_cst) volatile noexcept; 239 T* fetch_add(ptrdiff_t op, memory_order m = memory_order_seq_cst) noexcept; 1013 _Tp fetch_add(_Tp __op, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT 1016 _Tp fetch_add(_Tp __op, memory_order __m = memory_order_seq_cst) _NOEXCEPT 1044 _Tp operator++(int) volatile _NOEXCEPT {return fetch_add(_Tp(1));} 1046 _Tp operator++(int) _NOEXCEPT {return fetch_add(_Tp(1));} 1052 _Tp operator++() volatile _NOEXCEPT {return fetch_add(_Tp(1)) + _Tp(1);} 1054 _Tp operator++() _NOEXCEPT {return fetch_add(_Tp(1)) + _Tp(1);} [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/ |
| H A D | atomic_count_std_atomic.hpp | 35 return value_.fetch_add( 1, std::memory_order_acq_rel ) + 1; in operator ++()
|
| H A D | sp_counted_base_std_atomic.hpp | 30 pw->fetch_add( 1, std::memory_order_relaxed ); in atomic_increment()
|
| /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 | stop_token | 119 void release() { _M_counter.fetch_add(1, memory_order::release); } 188 _M_owners.fetch_add(1, memory_order::relaxed); 201 _M_value.fetch_add(_S_ssrc_counter_inc, memory_order::relaxed);
|
| H A D | atomic | 601 fetch_add(ptrdiff_t __d, 607 return _M_b.fetch_add(__d, __m); 611 fetch_add(ptrdiff_t __d, 617 return _M_b.fetch_add(__d, __m); 1361 { return __a->fetch_add(__i, __m); } 1368 { return __a->fetch_add(__i, __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/ |
| H A D | stop_token | 119 void release() { _M_counter.fetch_add(1, memory_order::release); } 188 _M_owners.fetch_add(1, memory_order::relaxed); 201 _M_value.fetch_add(_S_ssrc_counter_inc, memory_order::relaxed);
|
| H A D | atomic | 601 fetch_add(ptrdiff_t __d, 607 return _M_b.fetch_add(__d, __m); 611 fetch_add(ptrdiff_t __d, 617 return _M_b.fetch_add(__d, __m); 1361 { return __a->fetch_add(__i, __m); } 1368 { return __a->fetch_add(__i, __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/libc/usr/include/rdma/ |
| H A D | vmw_pvrdma-abi.h | 255 struct pvrdma_ex_fetch_add fetch_add; member
|
| /OK3568_Linux_fs/kernel/include/uapi/rdma/ |
| H A D | vmw_pvrdma-abi.h | 267 struct pvrdma_ex_fetch_add fetch_add; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/ |
| H A D | vmw_pvrdma-abi.h | 255 struct pvrdma_ex_fetch_add fetch_add; member
|
| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | core.c | 1023 DEFINE_TSAN_ATOMIC_RMW(fetch_add, bits, ); \
|