/external/stlport/stlport/stl/ |
_threads.h | 278 volatile __stl_atomic_t _M_lock; 283 inline void _M_initialize() { _M_lock = 0; } 287 _STLP_mutex_spin<0>::_M_do_lock(&_M_lock); 291 volatile __stl_atomic_t* __lock = &_M_lock; 314 pthread_spinlock_t _M_lock; 315 inline void _M_initialize() { pthread_spin_init( &_M_lock, 0 ); } 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); } 323 // { pthread_spin_init( &_M_lock, 0 ); } 326 // { pthread_spin_destroy( &_M_lock ); } 328 inline void _M_acquire_lock() { pthread_spin_lock( &_M_lock ); } [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 278 volatile __stl_atomic_t _M_lock; 283 inline void _M_initialize() { _M_lock = 0; } 287 _STLP_mutex_spin<0>::_M_do_lock(&_M_lock); 291 volatile __stl_atomic_t* __lock = &_M_lock; 314 pthread_spinlock_t _M_lock; 315 inline void _M_initialize() { pthread_spin_init( &_M_lock, 0 ); } 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); } 323 // { pthread_spin_init( &_M_lock, 0 ); } 326 // { pthread_spin_destroy( &_M_lock ); } 328 inline void _M_acquire_lock() { pthread_spin_lock( &_M_lock ); } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 278 volatile __stl_atomic_t _M_lock; 283 inline void _M_initialize() { _M_lock = 0; } 287 _STLP_mutex_spin<0>::_M_do_lock(&_M_lock); 291 volatile __stl_atomic_t* __lock = &_M_lock; 314 pthread_spinlock_t _M_lock; 315 inline void _M_initialize() { pthread_spin_init( &_M_lock, 0 ); } 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); } 323 // { pthread_spin_init( &_M_lock, 0 ); } 326 // { pthread_spin_destroy( &_M_lock ); } 328 inline void _M_acquire_lock() { pthread_spin_lock( &_M_lock ); } [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 278 volatile __stl_atomic_t _M_lock; 283 inline void _M_initialize() { _M_lock = 0; } 287 _STLP_mutex_spin<0>::_M_do_lock(&_M_lock); 291 volatile __stl_atomic_t* __lock = &_M_lock; 314 pthread_spinlock_t _M_lock; 315 inline void _M_initialize() { pthread_spin_init( &_M_lock, 0 ); } 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); } 323 // { pthread_spin_init( &_M_lock, 0 ); } 326 // { pthread_spin_destroy( &_M_lock ); } 328 inline void _M_acquire_lock() { pthread_spin_lock( &_M_lock ); } [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 278 volatile __stl_atomic_t _M_lock; 283 inline void _M_initialize() { _M_lock = 0; } 287 _STLP_mutex_spin<0>::_M_do_lock(&_M_lock); 291 volatile __stl_atomic_t* __lock = &_M_lock; 314 pthread_spinlock_t _M_lock; 315 inline void _M_initialize() { pthread_spin_init( &_M_lock, 0 ); } 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); } 323 // { pthread_spin_init( &_M_lock, 0 ); } 326 // { pthread_spin_destroy( &_M_lock ); } 328 inline void _M_acquire_lock() { pthread_spin_lock( &_M_lock ); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 278 volatile __stl_atomic_t _M_lock; 283 inline void _M_initialize() { _M_lock = 0; } 287 _STLP_mutex_spin<0>::_M_do_lock(&_M_lock); 291 volatile __stl_atomic_t* __lock = &_M_lock; 314 pthread_spinlock_t _M_lock; 315 inline void _M_initialize() { pthread_spin_init( &_M_lock, 0 ); } 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); } 323 // { pthread_spin_init( &_M_lock, 0 ); } 326 // { pthread_spin_destroy( &_M_lock ); } 328 inline void _M_acquire_lock() { pthread_spin_lock( &_M_lock ); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_threads.h | 278 volatile __stl_atomic_t _M_lock; 283 inline void _M_initialize() { _M_lock = 0; } 287 _STLP_mutex_spin<0>::_M_do_lock(&_M_lock); 291 volatile __stl_atomic_t* __lock = &_M_lock; 314 pthread_spinlock_t _M_lock; 315 inline void _M_initialize() { pthread_spin_init( &_M_lock, 0 ); } 316 inline void _M_destroy() { pthread_spin_destroy( &_M_lock ); } 323 // { pthread_spin_init( &_M_lock, 0 ); } 326 // { pthread_spin_destroy( &_M_lock ); } 328 inline void _M_acquire_lock() { pthread_spin_lock( &_M_lock ); } [all...] |
/external/stlport/stlport/stl/debug/ |
_debug.c | 125 _STLP_ACQUIRE_LOCK(__base->_M_lock) 142 _STLP_RELEASE_LOCK(__base->_M_lock) 149 _STLP_ACQUIRE_LOCK(__base->_M_lock) 164 _STLP_RELEASE_LOCK(__base->_M_lock) 176 //_STLP_ACQUIRE_LOCK(__base->_M_lock) 210 //_STLP_RELEASE_LOCK(__base->_M_lock) 221 //_STLP_ACQUIRE_LOCK(__base->_M_lock) 243 //_STLP_RELEASE_LOCK(__base->_M_lock) 452 _STLP_ACQUIRE_LOCK(__l->_M_lock); 455 _STLP_RELEASE_LOCK(__l->_M_lock); [all...] |
_debug.h | 369 mutable _STLP_mutex _M_lock;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 125 _STLP_ACQUIRE_LOCK(__base->_M_lock) 142 _STLP_RELEASE_LOCK(__base->_M_lock) 149 _STLP_ACQUIRE_LOCK(__base->_M_lock) 164 _STLP_RELEASE_LOCK(__base->_M_lock) 176 //_STLP_ACQUIRE_LOCK(__base->_M_lock) 210 //_STLP_RELEASE_LOCK(__base->_M_lock) 221 //_STLP_ACQUIRE_LOCK(__base->_M_lock) 243 //_STLP_RELEASE_LOCK(__base->_M_lock) 452 _STLP_ACQUIRE_LOCK(__l->_M_lock); 455 _STLP_RELEASE_LOCK(__l->_M_lock); [all...] |
_debug.h | 369 mutable _STLP_mutex _M_lock;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 125 _STLP_ACQUIRE_LOCK(__base->_M_lock) 142 _STLP_RELEASE_LOCK(__base->_M_lock) 149 _STLP_ACQUIRE_LOCK(__base->_M_lock) 164 _STLP_RELEASE_LOCK(__base->_M_lock) 176 //_STLP_ACQUIRE_LOCK(__base->_M_lock) 210 //_STLP_RELEASE_LOCK(__base->_M_lock) 221 //_STLP_ACQUIRE_LOCK(__base->_M_lock) 243 //_STLP_RELEASE_LOCK(__base->_M_lock) 452 _STLP_ACQUIRE_LOCK(__l->_M_lock); 455 _STLP_RELEASE_LOCK(__l->_M_lock); [all...] |
_debug.h | 369 mutable _STLP_mutex _M_lock;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 125 _STLP_ACQUIRE_LOCK(__base->_M_lock) 142 _STLP_RELEASE_LOCK(__base->_M_lock) 149 _STLP_ACQUIRE_LOCK(__base->_M_lock) 164 _STLP_RELEASE_LOCK(__base->_M_lock) 176 //_STLP_ACQUIRE_LOCK(__base->_M_lock) 210 //_STLP_RELEASE_LOCK(__base->_M_lock) 221 //_STLP_ACQUIRE_LOCK(__base->_M_lock) 243 //_STLP_RELEASE_LOCK(__base->_M_lock) 452 _STLP_ACQUIRE_LOCK(__l->_M_lock); 455 _STLP_RELEASE_LOCK(__l->_M_lock); [all...] |
_debug.h | 369 mutable _STLP_mutex _M_lock;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 125 _STLP_ACQUIRE_LOCK(__base->_M_lock) 142 _STLP_RELEASE_LOCK(__base->_M_lock) 149 _STLP_ACQUIRE_LOCK(__base->_M_lock) 164 _STLP_RELEASE_LOCK(__base->_M_lock) 176 //_STLP_ACQUIRE_LOCK(__base->_M_lock) 210 //_STLP_RELEASE_LOCK(__base->_M_lock) 221 //_STLP_ACQUIRE_LOCK(__base->_M_lock) 243 //_STLP_RELEASE_LOCK(__base->_M_lock) 452 _STLP_ACQUIRE_LOCK(__l->_M_lock); 455 _STLP_RELEASE_LOCK(__l->_M_lock); [all...] |
_debug.h | 369 mutable _STLP_mutex _M_lock;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 125 _STLP_ACQUIRE_LOCK(__base->_M_lock) 142 _STLP_RELEASE_LOCK(__base->_M_lock) 149 _STLP_ACQUIRE_LOCK(__base->_M_lock) 164 _STLP_RELEASE_LOCK(__base->_M_lock) 176 //_STLP_ACQUIRE_LOCK(__base->_M_lock) 210 //_STLP_RELEASE_LOCK(__base->_M_lock) 221 //_STLP_ACQUIRE_LOCK(__base->_M_lock) 243 //_STLP_RELEASE_LOCK(__base->_M_lock) 452 _STLP_ACQUIRE_LOCK(__l->_M_lock); 455 _STLP_RELEASE_LOCK(__l->_M_lock); [all...] |
_debug.h | 369 mutable _STLP_mutex _M_lock;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_debug.c | 125 _STLP_ACQUIRE_LOCK(__base->_M_lock) 142 _STLP_RELEASE_LOCK(__base->_M_lock) 149 _STLP_ACQUIRE_LOCK(__base->_M_lock) 164 _STLP_RELEASE_LOCK(__base->_M_lock) 176 //_STLP_ACQUIRE_LOCK(__base->_M_lock) 210 //_STLP_RELEASE_LOCK(__base->_M_lock) 221 //_STLP_ACQUIRE_LOCK(__base->_M_lock) 243 //_STLP_RELEASE_LOCK(__base->_M_lock) 452 _STLP_ACQUIRE_LOCK(__l->_M_lock); 455 _STLP_RELEASE_LOCK(__l->_M_lock); [all...] |
_debug.h | 369 mutable _STLP_mutex _M_lock;
|
/external/stlport/src/ |
allocators.cpp | 782 _STLP_mutex _M_lock; 824 class _M_lock; 825 friend class _M_lock; 826 class _M_lock { 828 _M_lock () { _S_chunk_allocator_lock._M_acquire_lock(); } 829 ~_M_lock () { _S_chunk_allocator_lock._M_release_lock(); } 885 _M_lock __lock_instance; // Need to acquire lock here. 911 _M_lock __lock_instance; // Need to acquire lock here. 942 _M_lock __lock_instance; // Acquire lock for this routine [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
allocators.cpp | 782 _STLP_mutex _M_lock; 824 class _M_lock; 825 friend class _M_lock; 826 class _M_lock { 828 _M_lock () { _S_chunk_allocator_lock._M_acquire_lock(); } 829 ~_M_lock () { _S_chunk_allocator_lock._M_release_lock(); } 885 _M_lock __lock_instance; // Need to acquire lock here. 911 _M_lock __lock_instance; // Need to acquire lock here. 942 _M_lock __lock_instance; // Acquire lock for this routine [all...] |