HomeSort by relevance Sort by last modified time
    Searched full:fetch_and (Results 1 - 25 of 45) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_0.h 248 { return fetch_and(__i) & __i; }
252 { return fetch_and(__i) & __i; }
411 fetch_and(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic0::__atomic_base
415 fetch_and(__int_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 413 fetch_and(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic2::__atomic_base
417 fetch_and(__int_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_0.h 248 { return fetch_and(__i) & __i; }
252 { return fetch_and(__i) & __i; }
411 fetch_and(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic0::__atomic_base
415 fetch_and(__int_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 413 fetch_and(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic2::__atomic_base
417 fetch_and(__int_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_0.h 248 { return fetch_and(__i) & __i; }
252 { return fetch_and(__i) & __i; }
411 fetch_and(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic0::__atomic_base
415 fetch_and(__int_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 413 fetch_and(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic2::__atomic_base
417 fetch_and(__int_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_0.h 248 { return fetch_and(__i) & __i; }
252 { return fetch_and(__i) & __i; }
411 fetch_and(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic0::__atomic_base
415 fetch_and(__int_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 413 fetch_and(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic2::__atomic_base
417 fetch_and(__int_type __i, function in struct:__atomic2::__atomic_base
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
integral.pass.cpp 50 // fetch_and(integral op, memory_order m = memory_order_seq_cst) volatile;
51 // integral fetch_and(integral op, memory_order m = memory_order_seq_cst);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
atomic 165 fetch_and(integral op, memory_order m = memory_order_seq_cst) volatile noexcept;
166 integral fetch_and(integral op, memory_order m = memory_order_seq_cst) noexcept;
670 _Tp fetch_and(_Tp __op, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
673 _Tp fetch_and(_Tp __op, memory_order __m = memory_order_seq_cst) _NOEXCEPT
713 _Tp operator&=(_Tp __op) volatile _NOEXCEPT {return fetch_and(__op) & __op;}
715 _Tp operator&=(_Tp __op) _NOEXCEPT {return fetch_and(__op) & __op;}
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomic_0.h 296 { return fetch_and(__i) & __i; }
380 fetch_and(__integral_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 375 fetch_and(__integral_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 296 { return fetch_and(__i) & __i; }
380 fetch_and(__integral_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 375 fetch_and(__integral_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 296 { return fetch_and(__i) & __i; }
380 fetch_and(__integral_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 375 fetch_and(__integral_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 296 { return fetch_and(__i) & __i; }
380 fetch_and(__integral_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 375 fetch_and(__integral_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomic_0.h 296 { return fetch_and(__i) & __i; }
380 fetch_and(__integral_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 375 fetch_and(__integral_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 584 fetch_and(__int_type __i,
589 fetch_and(__int_type __i,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 584 fetch_and(__int_type __i,
589 fetch_and(__int_type __i,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
atomic_base.h 632 fetch_and(__int_type __i,
637 fetch_and(__int_type __i,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
atomic 922 { return __a->fetch_and(__i, __m); }
928 { return __a->fetch_and(__i, __m); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
atomic 922 { return __a->fetch_and(__i, __m); }
928 { return __a->fetch_and(__i, __m); }

Completed in 542 milliseconds

1 2