Searched defs:_STLP_auto_lock (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_threads.h423 struct _STLP_CLASS_DECLSPEC _STLP_auto_lock { struct
424 _STLP_auto_lock(_STLP_STATIC_MUTEX& __lock) : _M_lock(__lock) function in struct:_STLP_auto_lock
426 ~_STLP_auto_lock()
431 void operator=(const _STLP_auto_lock&);
432 _STLP_auto_lock(const _STLP_auto_lock&);
470 _STLP_auto_lock l(_M_mutex);
474 _STLP_auto_lock l(_M_mutex);
661 _STLP_auto_lock al(_STLP_beos_static_lock_data<0>::mut);

Completed in 210 milliseconds