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

  /external/stlport/stlport/stl/
_threads.h 423 struct _STLP_CLASS_DECLSPEC _STLP_auto_lock {
424 _STLP_auto_lock(_STLP_STATIC_MUTEX& __lock) : _M_lock(__lock)
426 ~_STLP_auto_lock()
431 void operator=(const _STLP_auto_lock&);
432 _STLP_auto_lock(const _STLP_auto_lock&);
470 _STLP_auto_lock l(_M_mutex);
474 _STLP_auto_lock l(_M_mutex);
661 _STLP_auto_lock al(_STLP_beos_static_lock_data<0>::mut);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h 423 struct _STLP_CLASS_DECLSPEC _STLP_auto_lock {
424 _STLP_auto_lock(_STLP_STATIC_MUTEX& __lock) : _M_lock(__lock)
426 ~_STLP_auto_lock()
431 void operator=(const _STLP_auto_lock&);
432 _STLP_auto_lock(const _STLP_auto_lock&);
470 _STLP_auto_lock l(_M_mutex);
474 _STLP_auto_lock l(_M_mutex);
661 _STLP_auto_lock al(_STLP_beos_static_lock_data<0>::mut);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_threads.h 423 struct _STLP_CLASS_DECLSPEC _STLP_auto_lock {
424 _STLP_auto_lock(_STLP_STATIC_MUTEX& __lock) : _M_lock(__lock)
426 ~_STLP_auto_lock()
431 void operator=(const _STLP_auto_lock&);
432 _STLP_auto_lock(const _STLP_auto_lock&);
470 _STLP_auto_lock l(_M_mutex);
474 _STLP_auto_lock l(_M_mutex);
661 _STLP_auto_lock al(_STLP_beos_static_lock_data<0>::mut);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_threads.h 423 struct _STLP_CLASS_DECLSPEC _STLP_auto_lock {
424 _STLP_auto_lock(_STLP_STATIC_MUTEX& __lock) : _M_lock(__lock)
426 ~_STLP_auto_lock()
431 void operator=(const _STLP_auto_lock&);
432 _STLP_auto_lock(const _STLP_auto_lock&);
470 _STLP_auto_lock l(_M_mutex);
474 _STLP_auto_lock l(_M_mutex);
661 _STLP_auto_lock al(_STLP_beos_static_lock_data<0>::mut);

Completed in 94 milliseconds