HomeSort by relevance Sort by last modified time
    Searched refs:atomic_flag (Results 1 - 25 of 46) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.flag/
copy_ctor.fail.cpp 12 // struct atomic_flag
14 // atomic_flag(const atomic_flag&) = delete;
21 std::atomic_flag f0;
22 std::atomic_flag f(f0);
copy_assign.fail.cpp 12 // struct atomic_flag
14 // atomic_flag& operator=(const atomic_flag&) = delete;
21 std::atomic_flag f0;
22 std::atomic_flag f;
copy_volatile_assign.fail.cpp 12 // struct atomic_flag
14 // atomic_flag& operator=(const atomic_flag&) = delete;
21 std::atomic_flag f0;
22 volatile std::atomic_flag f;
default.pass.cpp 12 // struct atomic_flag
14 // atomic_flag() = default;
21 std::atomic_flag f;
init.pass.cpp 12 // struct atomic_flag
14 // atomic_flag() = ATOMIC_FLAG_INIT;
21 std::atomic_flag f = ATOMIC_FLAG_INIT;
atomic_flag_clear_explicit.pass.cpp 12 // struct atomic_flag
14 // void atomic_flag_clear_explicit(volatile atomic_flag*, memory_order);
15 // void atomic_flag_clear_explicit(atomic_flag*, memory_order);
23 std::atomic_flag f;
29 std::atomic_flag f;
35 std::atomic_flag f;
41 volatile std::atomic_flag f;
47 volatile std::atomic_flag f;
53 volatile std::atomic_flag f;
atomic_flag_test_and_set_explicit.pass.cpp 12 // struct atomic_flag
14 // bool atomic_flag_test_and_set_explicit(volatile atomic_flag*, memory_order);
15 // bool atomic_flag_test_and_set_explicit(atomic_flag*, memory_order);
23 std::atomic_flag f;
29 std::atomic_flag f;
35 std::atomic_flag f;
41 std::atomic_flag f;
47 std::atomic_flag f;
53 std::atomic_flag f;
59 volatile std::atomic_flag f
    [all...]
atomic_flag_clear.pass.cpp 12 // struct atomic_flag
14 // void atomic_flag_clear(volatile atomic_flag*);
15 // void atomic_flag_clear(atomic_flag*);
23 std::atomic_flag f;
29 volatile std::atomic_flag f;
atomic_flag_test_and_set.pass.cpp 12 // struct atomic_flag
14 // bool atomic_flag_test_and_set(volatile atomic_flag*);
15 // bool atomic_flag_test_and_set(atomic_flag*);
23 std::atomic_flag f;
29 volatile std::atomic_flag f;
clear.pass.cpp 12 // struct atomic_flag
23 std::atomic_flag f;
29 std::atomic_flag f;
35 std::atomic_flag f;
41 std::atomic_flag f;
47 volatile std::atomic_flag f;
53 volatile std::atomic_flag f;
59 volatile std::atomic_flag f;
65 volatile std::atomic_flag f;
test_and_set.pass.cpp 12 // struct atomic_flag
23 std::atomic_flag f;
29 std::atomic_flag f;
35 std::atomic_flag f;
41 std::atomic_flag f;
47 std::atomic_flag f;
53 std::atomic_flag f;
59 std::atomic_flag f;
65 volatile std::atomic_flag f;
71 volatile std::atomic_flag f
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomicfwd_cxx.h 42 struct atomic_flag;
52 struct atomic_flag;
59 using __atomic2::atomic_flag;
atomic_0.h 41 struct atomic_flag;
84 /// atomic_flag
85 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic0
87 atomic_flag() = default;
88 ~atomic_flag() = default;
89 atomic_flag(const atomic_flag&) = delete;
90 atomic_flag& operator=(const atomic_flag&) = delete;
93 atomic_flag(bool __i): __atomic_flag_base({ __i }) { function in struct:__atomic0::atomic_flag
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 42 struct atomic_flag;
52 struct atomic_flag;
59 using __atomic2::atomic_flag;
atomic_0.h 41 struct atomic_flag;
84 /// atomic_flag
85 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic0
87 atomic_flag() = default;
88 ~atomic_flag() = default;
89 atomic_flag(const atomic_flag&) = delete;
90 atomic_flag& operator=(const atomic_flag&) = delete;
93 atomic_flag(bool __i): __atomic_flag_base({ __i }) { function in struct:__atomic0::atomic_flag
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 42 struct atomic_flag;
52 struct atomic_flag;
59 using __atomic2::atomic_flag;
atomic_0.h 41 struct atomic_flag;
84 /// atomic_flag
85 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic0
87 atomic_flag() = default;
88 ~atomic_flag() = default;
89 atomic_flag(const atomic_flag&) = delete;
90 atomic_flag& operator=(const atomic_flag&) = delete;
93 atomic_flag(bool __i): __atomic_flag_base({ __i }) { function in struct:__atomic0::atomic_flag
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 42 struct atomic_flag;
52 struct atomic_flag;
59 using __atomic2::atomic_flag;
atomic_0.h 41 struct atomic_flag;
84 /// atomic_flag
85 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic0
87 atomic_flag() = default;
88 ~atomic_flag() = default;
89 atomic_flag(const atomic_flag&) = delete;
90 atomic_flag& operator=(const atomic_flag&) = delete;
93 atomic_flag(bool __i): __atomic_flag_base({ __i }) { function in struct:__atomic0::atomic_flag
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_cxx.h 42 struct atomic_flag;
52 struct atomic_flag;
59 using __atomic2::atomic_flag;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdatomic.h 57 // Base for atomic_flag.
122 // Accessor functions for base atomic_flag type.
146 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
155 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
164 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
176 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
201 using std::atomic_flag;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 57 // Base for atomic_flag.
122 // Accessor functions for base atomic_flag type.
146 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
155 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
164 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
176 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
201 using std::atomic_flag;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 57 // Base for atomic_flag.
122 // Accessor functions for base atomic_flag type.
146 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
155 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
164 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
176 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
201 using std::atomic_flag;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 57 // Base for atomic_flag.
122 // Accessor functions for base atomic_flag type.
146 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
155 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
164 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
176 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
201 using std::atomic_flag;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
stdatomic.h 57 // Base for atomic_flag.
122 // Accessor functions for base atomic_flag type.
146 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
155 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
164 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
176 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \
201 using std::atomic_flag;

Completed in 889 milliseconds

1 2