HomeSort by relevance Sort by last modified time
    Searched defs:_M_i (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
atomic_2.h 66 return __sync_lock_test_and_set(&_M_i, 1);
75 return __sync_lock_test_and_set(&_M_i, 1);
85 __sync_lock_release(&_M_i);
97 __sync_lock_release(&_M_i);
133 __int_type _M_i;
142 // Requires __int_type convertible to _M_i.
143 constexpr __atomic_base(__int_type __i): _M_i (__i) { }
183 { return __sync_add_and_fetch(&_M_i, 1); }
187 { return __sync_add_and_fetch(&_M_i, 1); }
191 { return __sync_sub_and_fetch(&_M_i, 1);
    [all...]
atomic_0.h 59 #define _ATOMIC_MEMBER_ _M_i
166 __int_type _M_i;
175 // Requires __int_type convertible to _M_base._M_i.
176 constexpr __atomic_base(__int_type __i): _M_i (__i) { }
445 __pointer_type _M_i;
454 // Requires __pointer_type convertible to _M_i.
455 constexpr __atomic_base(__return_pointer_type __p): _M_i (__p) { }
549 volatile __pointer_type* __p2 = &_M_i;
587 volatile __pointer_type* __p2 = &_M_i;
595 return reinterpret_cast<__return_pointer_type>(_M_i);
    [all...]
atomic_base.h 100 bool _M_i;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_2.h 66 return __sync_lock_test_and_set(&_M_i, 1);
75 return __sync_lock_test_and_set(&_M_i, 1);
85 __sync_lock_release(&_M_i);
97 __sync_lock_release(&_M_i);
133 __int_type _M_i;
142 // Requires __int_type convertible to _M_i.
143 constexpr __atomic_base(__int_type __i): _M_i (__i) { }
183 { return __sync_add_and_fetch(&_M_i, 1); }
187 { return __sync_add_and_fetch(&_M_i, 1); }
191 { return __sync_sub_and_fetch(&_M_i, 1);
    [all...]
atomic_0.h 59 #define _ATOMIC_MEMBER_ _M_i
166 __int_type _M_i;
175 // Requires __int_type convertible to _M_base._M_i.
176 constexpr __atomic_base(__int_type __i): _M_i (__i) { }
445 __pointer_type _M_i;
454 // Requires __pointer_type convertible to _M_i.
455 constexpr __atomic_base(__return_pointer_type __p): _M_i (__p) { }
549 volatile __pointer_type* __p2 = &_M_i;
587 volatile __pointer_type* __p2 = &_M_i;
595 return reinterpret_cast<__return_pointer_type>(_M_i);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_2.h 66 return __sync_lock_test_and_set(&_M_i, 1);
75 return __sync_lock_test_and_set(&_M_i, 1);
85 __sync_lock_release(&_M_i);
97 __sync_lock_release(&_M_i);
133 __int_type _M_i;
142 // Requires __int_type convertible to _M_i.
143 constexpr __atomic_base(__int_type __i): _M_i (__i) { }
183 { return __sync_add_and_fetch(&_M_i, 1); }
187 { return __sync_add_and_fetch(&_M_i, 1); }
191 { return __sync_sub_and_fetch(&_M_i, 1);
    [all...]
atomic_0.h 59 #define _ATOMIC_MEMBER_ _M_i
166 __int_type _M_i;
175 // Requires __int_type convertible to _M_base._M_i.
176 constexpr __atomic_base(__int_type __i): _M_i (__i) { }
445 __pointer_type _M_i;
454 // Requires __pointer_type convertible to _M_i.
455 constexpr __atomic_base(__return_pointer_type __p): _M_i (__p) { }
549 volatile __pointer_type* __p2 = &_M_i;
587 volatile __pointer_type* __p2 = &_M_i;
595 return reinterpret_cast<__return_pointer_type>(_M_i);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 106 void* _M_i;
114 atomic_address(void* __v) { _M_i = __v; }
180 void* volatile* __p = &(_M_i);
192 void* volatile* __p = &(_M_i);
249 __integral_type _M_i;
257 // Requires __integral_type convertible to _M_base._M_i.
258 __atomic_base(__integral_type __i) { _M_i = __i; }
atomic_2.h 63 return __sync_lock_test_and_set(&_M_i, 1);
73 __sync_lock_release(&_M_i);
84 void* _M_i;
92 atomic_address(void* __v) { _M_i = __v; }
106 _M_i = __v;
110 _M_i = __v;
123 void* __ret = _M_i;
132 return __sync_lock_test_and_set(&_M_i, __v);
157 void* __v1n = __sync_val_compare_and_swap(&_M_i, __v1o, __v2);
174 { return __sync_fetch_and_add(&_M_i, __d);
    [all...]
atomicfwd_c.h 33 #define _ATOMIC_MEMBER_ ((__a)->_M_i)
38 bool _M_i;
43 char _M_i;
48 signed char _M_i;
53 unsigned char _M_i;
58 short _M_i;
63 unsigned short _M_i;
68 int _M_i;
73 unsigned int _M_i;
78 long _M_i;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 60 bool _M_i;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 106 void* _M_i;
114 atomic_address(void* __v) { _M_i = __v; }
180 void* volatile* __p = &(_M_i);
192 void* volatile* __p = &(_M_i);
249 __integral_type _M_i;
257 // Requires __integral_type convertible to _M_base._M_i.
258 __atomic_base(__integral_type __i) { _M_i = __i; }
atomic_2.h 63 return __sync_lock_test_and_set(&_M_i, 1);
73 __sync_lock_release(&_M_i);
84 void* _M_i;
92 atomic_address(void* __v) { _M_i = __v; }
106 _M_i = __v;
110 _M_i = __v;
123 void* __ret = _M_i;
132 return __sync_lock_test_and_set(&_M_i, __v);
157 void* __v1n = __sync_val_compare_and_swap(&_M_i, __v1o, __v2);
174 { return __sync_fetch_and_add(&_M_i, __d);
    [all...]
atomicfwd_c.h 33 #define _ATOMIC_MEMBER_ ((__a)->_M_i)
38 bool _M_i;
43 char _M_i;
48 signed char _M_i;
53 unsigned char _M_i;
58 short _M_i;
63 unsigned short _M_i;
68 int _M_i;
73 unsigned int _M_i;
78 long _M_i;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 60 bool _M_i;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 106 void* _M_i;
114 atomic_address(void* __v) { _M_i = __v; }
180 void* volatile* __p = &(_M_i);
192 void* volatile* __p = &(_M_i);
249 __integral_type _M_i;
257 // Requires __integral_type convertible to _M_base._M_i.
258 __atomic_base(__integral_type __i) { _M_i = __i; }
atomic_2.h 63 return __sync_lock_test_and_set(&_M_i, 1);
73 __sync_lock_release(&_M_i);
84 void* _M_i;
92 atomic_address(void* __v) { _M_i = __v; }
106 _M_i = __v;
110 _M_i = __v;
123 void* __ret = _M_i;
132 return __sync_lock_test_and_set(&_M_i, __v);
157 void* __v1n = __sync_val_compare_and_swap(&_M_i, __v1o, __v2);
174 { return __sync_fetch_and_add(&_M_i, __d);
    [all...]
atomicfwd_c.h 33 #define _ATOMIC_MEMBER_ ((__a)->_M_i)
38 bool _M_i;
43 char _M_i;
48 signed char _M_i;
53 unsigned char _M_i;
58 short _M_i;
63 unsigned short _M_i;
68 int _M_i;
73 unsigned int _M_i;
78 long _M_i;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 60 bool _M_i;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomic_0.h 106 void* _M_i;
114 atomic_address(void* __v) { _M_i = __v; }
180 void* volatile* __p = &(_M_i);
192 void* volatile* __p = &(_M_i);
249 __integral_type _M_i;
257 // Requires __integral_type convertible to _M_base._M_i.
258 __atomic_base(__integral_type __i) { _M_i = __i; }
atomic_2.h 63 return __sync_lock_test_and_set(&_M_i, 1);
73 __sync_lock_release(&_M_i);
84 void* _M_i;
92 atomic_address(void* __v) { _M_i = __v; }
106 _M_i = __v;
110 _M_i = __v;
123 void* __ret = _M_i;
132 return __sync_lock_test_and_set(&_M_i, __v);
157 void* __v1n = __sync_val_compare_and_swap(&_M_i, __v1o, __v2);
174 { return __sync_fetch_and_add(&_M_i, __d);
    [all...]
atomicfwd_c.h 33 #define _ATOMIC_MEMBER_ ((__a)->_M_i)
38 bool _M_i;
43 char _M_i;
48 signed char _M_i;
53 unsigned char _M_i;
58 short _M_i;
63 unsigned short _M_i;
68 int _M_i;
73 unsigned int _M_i;
78 long _M_i;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
stdatomic.h 60 bool _M_i;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 232 bool _M_i;
234 unsigned char _M_i;
259 return __atomic_test_and_set (&_M_i, __m);
265 return __atomic_test_and_set (&_M_i, __m);
275 __atomic_clear (&_M_i, __m);
285 __atomic_clear (&_M_i, __m);
319 __int_type _M_i;
328 // Requires __int_type convertible to _M_i.
329 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
369 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 232 bool _M_i;
234 unsigned char _M_i;
259 return __atomic_test_and_set (&_M_i, __m);
265 return __atomic_test_and_set (&_M_i, __m);
275 __atomic_clear (&_M_i, __m);
285 __atomic_clear (&_M_i, __m);
319 __int_type _M_i;
328 // Requires __int_type convertible to _M_i.
329 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
369 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst);
    [all...]

Completed in 295 milliseconds

1 2