HomeSort by relevance Sort by last modified time
    Searched refs:_M_i (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
atomic_base.h 263 __atomic_flag_data_type _M_i;
287 return __atomic_test_and_set (&_M_i, __m);
293 return __atomic_test_and_set (&_M_i, __m);
304 __atomic_clear (&_M_i, __m);
315 __atomic_clear (&_M_i, __m);
354 __int_type _M_i;
363 // Requires __int_type convertible to _M_i.
364 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
404 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst); }
408 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
atomic_base.h 263 __atomic_flag_data_type _M_i;
287 return __atomic_test_and_set (&_M_i, __m);
293 return __atomic_test_and_set (&_M_i, __m);
304 __atomic_clear (&_M_i, __m);
315 __atomic_clear (&_M_i, __m);
354 __int_type _M_i;
363 // Requires __int_type convertible to _M_i.
364 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
404 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst); }
408 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
atomic_base.h 263 __atomic_flag_data_type _M_i;
287 return __atomic_test_and_set (&_M_i, __m);
293 return __atomic_test_and_set (&_M_i, __m);
304 __atomic_clear (&_M_i, __m);
315 __atomic_clear (&_M_i, __m);
354 __int_type _M_i;
363 // Requires __int_type convertible to _M_i.
364 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
404 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst); }
408 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst);
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
atomic_base.h 267 __atomic_flag_data_type _M_i;
291 return __atomic_test_and_set (&_M_i, __m);
297 return __atomic_test_and_set (&_M_i, __m);
308 __atomic_clear (&_M_i, __m);
319 __atomic_clear (&_M_i, __m);
358 __int_type _M_i;
367 // Requires __int_type convertible to _M_i.
368 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
408 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst); }
412 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
atomic_base.h 267 __atomic_flag_data_type _M_i;
291 return __atomic_test_and_set (&_M_i, __m);
297 return __atomic_test_and_set (&_M_i, __m);
308 __atomic_clear (&_M_i, __m);
319 __atomic_clear (&_M_i, __m);
361 alignas(_S_alignment) __int_type _M_i;
370 // Requires __int_type convertible to _M_i.
371 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
411 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst); }
415 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
atomic_base.h 267 __atomic_flag_data_type _M_i;
291 return __atomic_test_and_set (&_M_i, __m);
297 return __atomic_test_and_set (&_M_i, __m);
308 __atomic_clear (&_M_i, __m);
319 __atomic_clear (&_M_i, __m);
361 alignas(_S_alignment) __int_type _M_i;
370 // Requires __int_type convertible to _M_i.
371 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
411 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst); }
415 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 453 std::size_t _M_i;
456 throw_value_base() : _M_i(0)
459 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i)
467 explicit throw_value_base(const std::size_t __i) : _M_i(__i)
475 _M_i = __v._M_i;
489 ++_M_i;
513 bool __ret = __a._M_i == __b._M_i;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 453 std::size_t _M_i;
456 throw_value_base() : _M_i(0)
459 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i)
467 explicit throw_value_base(const std::size_t __i) : _M_i(__i)
475 _M_i = __v._M_i;
489 ++_M_i;
513 bool __ret = __a._M_i == __b._M_i;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 453 std::size_t _M_i;
456 throw_value_base() : _M_i(0)
459 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i)
467 explicit throw_value_base(const std::size_t __i) : _M_i(__i)
475 _M_i = __v._M_i;
489 ++_M_i;
513 bool __ret = __a._M_i == __b._M_i;
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 609 std::size_t _M_i;
612 throw_value_base() : _M_i(0)
615 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i)
623 explicit throw_value_base(const std::size_t __i) : _M_i(__i)
631 _M_i = __v._M_i;
645 ++_M_i;
669 bool __ret = __a._M_i == __b._M_i;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 609 std::size_t _M_i;
612 throw_value_base() : _M_i(0)
615 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i)
623 explicit throw_value_base(const std::size_t __i) : _M_i(__i)
631 _M_i = __v._M_i;
645 ++_M_i;
669 bool __ret = __a._M_i == __b._M_i;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 609 std::size_t _M_i;
612 throw_value_base() : _M_i(0)
615 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i)
623 explicit throw_value_base(const std::size_t __i) : _M_i(__i)
631 _M_i = __v._M_i;
645 ++_M_i;
669 bool __ret = __a._M_i == __b._M_i;
    [all...]

Completed in 1756 milliseconds