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

12

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
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...]
atomic_2.h 46 /// atomic_flag
47 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic2
49 atomic_flag() = default;
50 ~atomic_flag() = default;
51 atomic_flag(const atomic_flag&) = delete;
52 atomic_flag& operator=(const atomic_flag&) = delete;
55 atomic_flag(bool __i): __atomic_flag_base({ __i }) { } function in struct:__atomic2::atomic_flag
atomicfwd_c.h 101 typedef struct __atomic_flag_base atomic_flag; typedef in typeref:struct:__atomic_flag_base
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h 87 * @brief Base type for atomic_flag.
89 * Base type is POD with data, allowing atomic_flag to derive from
92 * implementations of atomic_flag to use the same atomic operation
122 struct atomic_flag;
130 struct atomic_flag;
138 using __atomic2::atomic_flag;
atomic_2.h 48 /// atomic_flag
49 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic2
51 atomic_flag() = default;
52 ~atomic_flag() = default;
53 atomic_flag(const atomic_flag&) = delete;
54 atomic_flag& operator=(const atomic_flag&) = delete;
55 atomic_flag& operator=(const atomic_flag&) volatile = delete
58 atomic_flag(bool __i): __atomic_flag_base({ __i }) { } function in struct:__atomic2::atomic_flag
    [all...]
atomic_0.h 111 /// atomic_flag
112 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic0
114 atomic_flag() = default;
115 ~atomic_flag() = default;
116 atomic_flag(const atomic_flag&) = delete;
117 atomic_flag& operator=(const atomic_flag&) = delete;
118 atomic_flag& operator=(const atomic_flag&) volatile = delete
121 atomic_flag(bool __i): __atomic_flag_base({ __i }) { } function in struct:__atomic0::atomic_flag
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_base.h 87 * @brief Base type for atomic_flag.
89 * Base type is POD with data, allowing atomic_flag to derive from
92 * implementations of atomic_flag to use the same atomic operation
122 struct atomic_flag;
130 struct atomic_flag;
138 using __atomic2::atomic_flag;
atomic_2.h 48 /// atomic_flag
49 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic2
51 atomic_flag() = default;
52 ~atomic_flag() = default;
53 atomic_flag(const atomic_flag&) = delete;
54 atomic_flag& operator=(const atomic_flag&) = delete;
55 atomic_flag& operator=(const atomic_flag&) volatile = delete
58 atomic_flag(bool __i): __atomic_flag_base({ __i }) { } function in struct:__atomic2::atomic_flag
    [all...]
atomic_0.h 111 /// atomic_flag
112 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic0
114 atomic_flag() = default;
115 ~atomic_flag() = default;
116 atomic_flag(const atomic_flag&) = delete;
117 atomic_flag& operator=(const atomic_flag&) = delete;
118 atomic_flag& operator=(const atomic_flag&) volatile = delete
121 atomic_flag(bool __i): __atomic_flag_base({ __i }) { } function in struct:__atomic0::atomic_flag
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 87 * @brief Base type for atomic_flag.
89 * Base type is POD with data, allowing atomic_flag to derive from
92 * implementations of atomic_flag to use the same atomic operation
122 struct atomic_flag;
130 struct atomic_flag;
138 using __atomic2::atomic_flag;
atomic_2.h 48 /// atomic_flag
49 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic2
51 atomic_flag() = default;
52 ~atomic_flag() = default;
53 atomic_flag(const atomic_flag&) = delete;
54 atomic_flag& operator=(const atomic_flag&) = delete;
55 atomic_flag& operator=(const atomic_flag&) volatile = delete
58 atomic_flag(bool __i): __atomic_flag_base({ __i }) { } function in struct:__atomic2::atomic_flag
    [all...]
atomic_0.h 111 /// atomic_flag
112 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic0
114 atomic_flag() = default;
115 ~atomic_flag() = default;
116 atomic_flag(const atomic_flag&) = delete;
117 atomic_flag& operator=(const atomic_flag&) = delete;
118 atomic_flag& operator=(const atomic_flag&) volatile = delete
121 atomic_flag(bool __i): __atomic_flag_base({ __i }) { } function in struct:__atomic0::atomic_flag
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomic_2.h 46 /// atomic_flag
47 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic2
49 atomic_flag() = default;
50 ~atomic_flag() = default;
51 atomic_flag(const atomic_flag&) = delete;
52 atomic_flag& operator=(const atomic_flag&) = delete;
55 atomic_flag(bool __i): __atomic_flag_base({ __i }) { } function in struct:__atomic2::atomic_flag
atomicfwd_c.h 101 typedef struct __atomic_flag_base atomic_flag; typedef in typeref:struct:__atomic_flag_base
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_2.h 46 /// atomic_flag
47 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic2
49 atomic_flag() = default;
50 ~atomic_flag() = default;
51 atomic_flag(const atomic_flag&) = delete;
52 atomic_flag& operator=(const atomic_flag&) = delete;
55 atomic_flag(bool __i): __atomic_flag_base({ __i }) { } function in struct:__atomic2::atomic_flag
atomicfwd_c.h 101 typedef struct __atomic_flag_base atomic_flag; typedef in typeref:struct:__atomic_flag_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_2.h 46 /// atomic_flag
47 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic2
49 atomic_flag() = default;
50 ~atomic_flag() = default;
51 atomic_flag(const atomic_flag&) = delete;
52 atomic_flag& operator=(const atomic_flag&) = delete;
55 atomic_flag(bool __i): __atomic_flag_base({ __i }) { } function in struct:__atomic2::atomic_flag
atomicfwd_c.h 101 typedef struct __atomic_flag_base atomic_flag; typedef in typeref:struct:__atomic_flag_base
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_2.h 46 /// atomic_flag
47 struct atomic_flag : public __atomic_flag_base struct in namespace:__atomic2
49 atomic_flag() = default;
50 ~atomic_flag() = default;
51 atomic_flag(const atomic_flag&) = delete;
52 atomic_flag& operator=(const atomic_flag&) = delete;
55 atomic_flag(bool __i): __atomic_flag_base({ __i }) { } function in struct:__atomic2::atomic_flag
atomicfwd_c.h 101 typedef struct __atomic_flag_base atomic_flag; typedef in typeref:struct:__atomic_flag_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 217 * @brief Base type for atomic_flag.
219 * Base type is POD with data, allowing atomic_flag to derive from
222 * implementations of atomic_flag to use the same atomic operation
242 /// atomic_flag
243 struct atomic_flag : public __atomic_flag_base struct in inherits:__atomic_flag_base
245 atomic_flag() noexcept = default;
246 ~atomic_flag() noexcept = default;
247 atomic_flag(const atomic_flag&) = delete;
248 atomic_flag& operator=(const atomic_flag&) = delete
    [all...]

Completed in 746 milliseconds

12