Home
last modified time | relevance | path

Searched refs:_STLP_auto_lock (Results 1 – 7 of 7) sorted by relevance

/external/stlport/stlport/stl/
D_threads.h423 struct _STLP_CLASS_DECLSPEC _STLP_auto_lock { struct
424 _STLP_auto_lock(_STLP_STATIC_MUTEX& __lock) : _M_lock(__lock) in _STLP_auto_lock() argument
426 ~_STLP_auto_lock() in ~_STLP_auto_lock() argument
431 void operator=(const _STLP_auto_lock&); argument
432 _STLP_auto_lock(const _STLP_auto_lock&);
470 _STLP_auto_lock l(_M_mutex); in _M_incr()
474 _STLP_auto_lock l(_M_mutex); in _M_decr()
661 _STLP_auto_lock al(_STLP_beos_static_lock_data<0>::mut); in _M_acquire_lock()
/external/stlport/src/
Dallocators.cpp140 _STLP_auto_lock _l( __oom_handler_lock ); in allocate()
159 _STLP_auto_lock _l( __oom_handler_lock ); in set_malloc_handler()
1046 _STLP_auto_lock __lock(__a->_M_lock); in allocate()
1071 _STLP_auto_lock __lock(__a->_M_lock); in deallocate()
Dlocale_catalog.cpp173 _STLP_auto_lock sentry(category_hash_mutex()); in __acquire_category()
215 _STLP_auto_lock sentry(category_hash_mutex()); in __release_category()
Dnum_put_float.cpp360 _STLP_auto_lock lock(put_float_mutex()); in _Stl_ecvtR()
364 _STLP_auto_lock lock(put_float_mutex()); in _Stl_fcvtR()
369 _STLP_auto_lock lock(put_float_mutex()); in _Stl_ecvtR()
373 _STLP_auto_lock lock(put_float_mutex()); in _Stl_fcvtR()
Dmessages.cpp80 _STLP_auto_lock sentry(_Count_lock); in insert()
Dios.cpp143 _STLP_auto_lock sentry(__lock); in xalloc()
Dlocale.cpp109 _STLP_auto_lock sentry(_Index_lock); in _Stl_loc_get_index()