HomeSort by relevance Sort by last modified time
    Searched defs:fetch_and (Results 1 - 12 of 12) sorted by null

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
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
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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
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
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
  /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

Completed in 296 milliseconds