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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdatomic.h 58 typedef struct __atomic_flag_base struct
61 } __atomic_flag_base; typedef in typeref:struct:__atomic_flag_base
124 atomic_flag_test_and_set_explicit(volatile __atomic_flag_base*, memory_order);
127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a)
131 atomic_flag_clear_explicit(volatile __atomic_flag_base*, memory_order);
134 atomic_flag_clear(volatile __atomic_flag_base* __a)
138 __atomic_flag_wait_explicit(volatile __atomic_flag_base*, memory_order);
140 volatile __atomic_flag_base*
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 58 typedef struct __atomic_flag_base struct
61 } __atomic_flag_base; typedef in typeref:struct:__atomic_flag_base
124 atomic_flag_test_and_set_explicit(volatile __atomic_flag_base*, memory_order);
127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a)
131 atomic_flag_clear_explicit(volatile __atomic_flag_base*, memory_order);
134 atomic_flag_clear(volatile __atomic_flag_base* __a)
138 __atomic_flag_wait_explicit(volatile __atomic_flag_base*, memory_order);
140 volatile __atomic_flag_base*
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 58 typedef struct __atomic_flag_base struct
61 } __atomic_flag_base; typedef in typeref:struct:__atomic_flag_base
124 atomic_flag_test_and_set_explicit(volatile __atomic_flag_base*, memory_order);
127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a)
131 atomic_flag_clear_explicit(volatile __atomic_flag_base*, memory_order);
134 atomic_flag_clear(volatile __atomic_flag_base* __a)
138 __atomic_flag_wait_explicit(volatile __atomic_flag_base*, memory_order);
140 volatile __atomic_flag_base*
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 58 typedef struct __atomic_flag_base struct
61 } __atomic_flag_base; typedef in typeref:struct:__atomic_flag_base
124 atomic_flag_test_and_set_explicit(volatile __atomic_flag_base*, memory_order);
127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a)
131 atomic_flag_clear_explicit(volatile __atomic_flag_base*, memory_order);
134 atomic_flag_clear(volatile __atomic_flag_base* __a)
138 __atomic_flag_wait_explicit(volatile __atomic_flag_base*, memory_order);
140 volatile __atomic_flag_base*
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
stdatomic.h 58 typedef struct __atomic_flag_base struct
61 } __atomic_flag_base; typedef in typeref:struct:__atomic_flag_base
124 atomic_flag_test_and_set_explicit(volatile __atomic_flag_base*, memory_order);
127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a)
131 atomic_flag_clear_explicit(volatile __atomic_flag_base*, memory_order);
134 atomic_flag_clear(volatile __atomic_flag_base* __a)
138 __atomic_flag_wait_explicit(volatile __atomic_flag_base*, memory_order);
140 volatile __atomic_flag_base*
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 223 * functions, via a standard conversion to the __atomic_flag_base
228 struct __atomic_flag_base struct
243 struct atomic_flag : public __atomic_flag_base
253 : __atomic_flag_base({ __i ? __GCC_ATOMIC_TEST_AND_SET_TRUEVAL : 0 })
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h 93 * functions, via a standard conversion to the __atomic_flag_base
98 struct __atomic_flag_base struct
  /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 93 * functions, via a standard conversion to the __atomic_flag_base
98 struct __atomic_flag_base struct
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 93 * functions, via a standard conversion to the __atomic_flag_base
98 struct __atomic_flag_base struct

Completed in 66 milliseconds