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

1 2

  /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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomic_0.h 46 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
55 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
64 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
76 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
85 struct atomic_flag : public __atomic_flag_base
93 atomic_flag(bool __i): __atomic_flag_base({ __i }) { }
181 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p);
193 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p);
atomicfwd_c.h 101 typedef struct __atomic_flag_base atomic_flag;
atomic_2.h 47 struct atomic_flag : public __atomic_flag_base
55 atomic_flag(bool __i): __atomic_flag_base({ __i }) { }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 46 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
55 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
64 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
76 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
85 struct atomic_flag : public __atomic_flag_base
93 atomic_flag(bool __i): __atomic_flag_base({ __i }) { }
181 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p);
193 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p);
atomicfwd_c.h 101 typedef struct __atomic_flag_base atomic_flag;
atomic_2.h 47 struct atomic_flag : public __atomic_flag_base
55 atomic_flag(bool __i): __atomic_flag_base({ __i }) { }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 46 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
55 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
64 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
76 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
85 struct atomic_flag : public __atomic_flag_base
93 atomic_flag(bool __i): __atomic_flag_base({ __i }) { }
181 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p);
193 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p);
atomicfwd_c.h 101 typedef struct __atomic_flag_base atomic_flag;
atomic_2.h 47 struct atomic_flag : public __atomic_flag_base
55 atomic_flag(bool __i): __atomic_flag_base({ __i }) { }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 46 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
55 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
64 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
76 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
85 struct atomic_flag : public __atomic_flag_base
93 atomic_flag(bool __i): __atomic_flag_base({ __i }) { }
181 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p);
193 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p);
atomicfwd_c.h 101 typedef struct __atomic_flag_base atomic_flag;
atomic_2.h 47 struct atomic_flag : public __atomic_flag_base
55 atomic_flag(bool __i): __atomic_flag_base({ __i }) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomic_0.h 46 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
55 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
64 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
76 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
85 struct atomic_flag : public __atomic_flag_base
93 atomic_flag(bool __i): __atomic_flag_base({ __i }) { }
181 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p);
193 volatile __atomic_flag_base* __g = __atomic_flag_for_address(__p);
atomicfwd_c.h 101 typedef struct __atomic_flag_base atomic_flag;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_0.h 46 atomic_flag_clear_explicit(__atomic_flag_base*, memory_order)
50 __atomic_flag_wait_explicit(__atomic_flag_base*, memory_order)
53 _GLIBCXX_CONST __atomic_flag_base*
65 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
75 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
85 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
98 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
112 struct atomic_flag : public __atomic_flag_base
121 atomic_flag(bool __i): __atomic_flag_base({ __i }) { }
551 __atomic_flag_base* __g = __atomic_flag_for_address(__p2)
    [all...]
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_0.h 46 atomic_flag_clear_explicit(__atomic_flag_base*, memory_order)
50 __atomic_flag_wait_explicit(__atomic_flag_base*, memory_order)
53 _GLIBCXX_CONST __atomic_flag_base*
65 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
75 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
85 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
98 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
112 struct atomic_flag : public __atomic_flag_base
121 atomic_flag(bool __i): __atomic_flag_base({ __i }) { }
551 __atomic_flag_base* __g = __atomic_flag_for_address(__p2)
    [all...]
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_0.h 46 atomic_flag_clear_explicit(__atomic_flag_base*, memory_order)
50 __atomic_flag_wait_explicit(__atomic_flag_base*, memory_order)
53 _GLIBCXX_CONST __atomic_flag_base*
65 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
75 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
85 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
98 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
112 struct atomic_flag : public __atomic_flag_base
121 atomic_flag(bool __i): __atomic_flag_base({ __i }) { }
551 __atomic_flag_base* __g = __atomic_flag_for_address(__p2)
    [all...]
atomic_base.h 93 * functions, via a standard conversion to the __atomic_flag_base
98 struct __atomic_flag_base struct

Completed in 588 milliseconds

1 2