HomeSort by relevance Sort by last modified time
    Searched refs:fetch_or (Results 1 - 21 of 21) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
atomic_0.h 256 { return fetch_or(__i) | __i; }
260 { return fetch_or(__i) | __i; }
420 fetch_or(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic0::__atomic_base
424 fetch_or(__int_type __i, memory_order __m = memory_order_seq_cst) volatile function in struct:__atomic0::__atomic_base
atomic_2.h 422 fetch_or(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic2::__atomic_base
426 fetch_or(__int_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_0.h 256 { return fetch_or(__i) | __i; }
260 { return fetch_or(__i) | __i; }
420 fetch_or(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic0::__atomic_base
424 fetch_or(__int_type __i, memory_order __m = memory_order_seq_cst) volatile function in struct:__atomic0::__atomic_base
atomic_2.h 422 fetch_or(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic2::__atomic_base
426 fetch_or(__int_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_0.h 256 { return fetch_or(__i) | __i; }
260 { return fetch_or(__i) | __i; }
420 fetch_or(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic0::__atomic_base
424 fetch_or(__int_type __i, memory_order __m = memory_order_seq_cst) volatile function in struct:__atomic0::__atomic_base
atomic_2.h 422 fetch_or(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic2::__atomic_base
426 fetch_or(__int_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 300 { return fetch_or(__i) | __i; }
385 fetch_or(__integral_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 380 fetch_or(__integral_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 300 { return fetch_or(__i) | __i; }
385 fetch_or(__integral_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 380 fetch_or(__integral_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 300 { return fetch_or(__i) | __i; }
385 fetch_or(__integral_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 380 fetch_or(__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 300 { return fetch_or(__i) | __i; }
385 fetch_or(__integral_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 380 fetch_or(__integral_type __i, function in struct:__atomic2::__atomic_base
  /art/runtime/
atomic.h 278 return this->fetch_or(value, std::memory_order_seq_cst); // Return old_value.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
atomic_base.h 642 fetch_or(__int_type __i,
647 fetch_or(__int_type __i,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
atomic_base.h 642 fetch_or(__int_type __i,
647 fetch_or(__int_type __i,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 594 fetch_or(__int_type __i,
599 fetch_or(__int_type __i,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 594 fetch_or(__int_type __i,
599 fetch_or(__int_type __i,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
atomic_base.h 642 fetch_or(__int_type __i,
647 fetch_or(__int_type __i,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
atomic_base.h 646 fetch_or(__int_type __i,
651 fetch_or(__int_type __i,

Completed in 399 milliseconds