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

  /ndk/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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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 47 milliseconds