Home
last modified time | relevance | path

Searched refs:_STLP_mutex (Results 1 – 6 of 6) sorted by relevance

/external/stlport/stlport/stl/
D_threads.h408 class _STLP_CLASS_DECLSPEC _STLP_mutex : public _STLP_mutex_base {
410 inline _STLP_mutex () { _M_initialize(); } in _STLP_mutex() function
411 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 {
/external/stlport/stlport/stl/config/
D_openbsd.h11 # define _STLP_STATIC_MUTEX _STLP_mutex
D_linux.h74 # define _STLP_STATIC_MUTEX _STLP_mutex
/external/stlport/stlport/stl/debug/
D_debug.c29 # define _STLP_ACQUIRE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_acquire_lock();
30 # define _STLP_RELEASE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_release_lock();
D_debug.h369 mutable _STLP_mutex _M_lock;
/external/stlport/src/
Dallocators.cpp128 _STLP_mutex __oom_handler_lock;
782 _STLP_mutex _M_lock;