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

/external/stlport/stlport/stl/
H A D_threads.h273 // For non-static cases, clients should use _STLP_mutex.
408 class _STLP_CLASS_DECLSPEC _STLP_mutex : public _STLP_mutex_base { class in inherits:_STLP_mutex_base
410 inline _STLP_mutex () { _M_initialize(); } function in class:_STLP_mutex
411 inline ~_STLP_mutex () { _M_destroy(); }
413 _STLP_mutex(const _STLP_mutex&);
414 void operator=(const _STLP_mutex&);
452 _STLP_mutex _M_mutex;
641 struct mutex_t : public _STLP_mutex {

Completed in 88 milliseconds