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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
atomic_0.h 549 volatile __pointer_type* __p2 = &_M_i; local
551 __atomic_flag_base* __g = __atomic_flag_for_address(__p2);
553 *__p2 = reinterpret_cast<__pointer_type>(__w);
587 volatile __pointer_type* __p2 = &_M_i; local
589 __atomic_flag_base* __g = __atomic_flag_for_address(__p2);
591 __pointer_type __r = *__p2;
592 *__p2 = __w;
599 compare_exchange_strong(__return_pointer_type& __rp1, __pointer_type __p2,
606 return _ATOMIC_CMPEXCHNG_(this, &__p1, __p2, __m1);
610 compare_exchange_strong(__return_pointer_type& __rp1, __pointer_type __p2,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_0.h 549 volatile __pointer_type* __p2 = &_M_i; local
551 __atomic_flag_base* __g = __atomic_flag_for_address(__p2);
553 *__p2 = reinterpret_cast<__pointer_type>(__w);
587 volatile __pointer_type* __p2 = &_M_i; local
589 __atomic_flag_base* __g = __atomic_flag_for_address(__p2);
591 __pointer_type __r = *__p2;
592 *__p2 = __w;
599 compare_exchange_strong(__return_pointer_type& __rp1, __pointer_type __p2,
606 return _ATOMIC_CMPEXCHNG_(this, &__p1, __p2, __m1);
610 compare_exchange_strong(__return_pointer_type& __rp1, __pointer_type __p2,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_0.h 549 volatile __pointer_type* __p2 = &_M_i; local
551 __atomic_flag_base* __g = __atomic_flag_for_address(__p2);
553 *__p2 = reinterpret_cast<__pointer_type>(__w);
587 volatile __pointer_type* __p2 = &_M_i; local
589 __atomic_flag_base* __g = __atomic_flag_for_address(__p2);
591 __pointer_type __r = *__p2;
592 *__p2 = __w;
599 compare_exchange_strong(__return_pointer_type& __rp1, __pointer_type __p2,
606 return _ATOMIC_CMPEXCHNG_(this, &__p1, __p2, __m1);
610 compare_exchange_strong(__return_pointer_type& __rp1, __pointer_type __p2,
    [all...]

Completed in 75 milliseconds