Searched refs:_STLP_mutex (Results 1 – 6 of 6) sorted by relevance
408 class _STLP_CLASS_DECLSPEC _STLP_mutex : public _STLP_mutex_base {410 inline _STLP_mutex () { _M_initialize(); } in _STLP_mutex() function411 inline ~_STLP_mutex () { _M_destroy(); } in ~_STLP_mutex()413 _STLP_mutex(const _STLP_mutex&);414 void operator=(const _STLP_mutex&);452 _STLP_mutex _M_mutex;641 struct mutex_t : public _STLP_mutex {
11 # define _STLP_STATIC_MUTEX _STLP_mutex
74 # define _STLP_STATIC_MUTEX _STLP_mutex
29 # define _STLP_ACQUIRE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_acquire_lock();30 # define _STLP_RELEASE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_release_lock();
369 mutable _STLP_mutex _M_lock;
128 _STLP_mutex __oom_handler_lock;782 _STLP_mutex _M_lock;