Searched refs:_M_lock (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
H A D_threads.h278 volatile __stl_atomic_t _M_lock; member in struct:_STLP_mutex_base
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; member in struct:_STLP_mutex_base
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 ); }
331 spinlock_t _M_lock; member in struct:_STLP_mutex_base
338 pthread_mutex_t _M_lock; member in struct:_STLP_mutex_base
353 mutex_t _M_lock; member in struct:_STLP_mutex_base
362 HMTX _M_lock; member in struct:_STLP_mutex_base
386 LONG _M_lock; member in struct:_STLP_mutex_base
430 _STLP_STATIC_MUTEX& _M_lock; member in struct:_STLP_auto_lock
[all...]
/external/stlport/stlport/stl/debug/
H A D_debug.c125 _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...]
H A D_debug.h369 mutable _STLP_mutex _M_lock; member in class:__owned_list
/external/stlport/src/
H A Dallocators.cpp782 _STLP_mutex _M_lock; member in struct:_Pthread_alloc_per_thread_state
824 class _M_lock;
825 friend class _M_lock;
826 class _M_lock { class in class:_Pthread_alloc_impl
828 _M_lock () { _S_chunk_allocator_lock._M_acquire_lock(); } function in class:_Pthread_alloc_impl::_M_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
1046 _STLP_auto_lock __lock(__a->_M_lock);
[all...]

Completed in 1309 milliseconds