Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/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