HomeSort by relevance Sort by last modified time
    Searched defs:_STLP_mutex (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_threads.h 273 // For non-static cases, clients should use _STLP_mutex.
408 class _STLP_CLASS_DECLSPEC _STLP_mutex : public _STLP_mutex_base {
410 inline _STLP_mutex () { _M_initialize(); }
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 {
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_threads.h 273 // For non-static cases, clients should use _STLP_mutex.
408 class _STLP_CLASS_DECLSPEC _STLP_mutex : public _STLP_mutex_base {
410 inline _STLP_mutex () { _M_initialize(); }
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 {
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_threads.h 273 // For non-static cases, clients should use _STLP_mutex.
408 class _STLP_CLASS_DECLSPEC _STLP_mutex : public _STLP_mutex_base {
410 inline _STLP_mutex () { _M_initialize(); }
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 56 milliseconds