HomeSort by relevance Sort by last modified time
    Searched full:atomic_flag_test_and_set (Results 1 - 11 of 11) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.flag/
atomic_flag_test_and_set.pass.cpp 14 // bool atomic_flag_test_and_set(volatile atomic_flag*);
15 // bool atomic_flag_test_and_set(atomic_flag*);
25 assert(atomic_flag_test_and_set(&f) == 0);
31 assert(atomic_flag_test_and_set(&f) == 0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdatomic.h 127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a) function
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a) function
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a) function
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a) function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
stdatomic.h 127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a) function
  /ndk/sources/cxx-stl/llvm-libc++/include/
atomic 60 atomic_flag_test_and_set(volatile atomic_flag* obj) noexcept;
63 atomic_flag_test_and_set(atomic_flag* obj) noexcept;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
atomic 720 atomic_flag_test_and_set(atomic_flag* __a)
724 atomic_flag_test_and_set(volatile atomic_flag* __a)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
atomic 720 atomic_flag_test_and_set(atomic_flag* __a)
724 atomic_flag_test_and_set(volatile atomic_flag* __a)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
atomic 720 atomic_flag_test_and_set(atomic_flag* __a)
724 atomic_flag_test_and_set(volatile atomic_flag* __a)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
atomic 778 atomic_flag_test_and_set(atomic_flag* __a) noexcept
782 atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept
    [all...]

Completed in 206 milliseconds