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

  /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/current/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...]
  /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/current/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;
  /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...]

Completed in 162 milliseconds