HomeSort by relevance Sort by last modified time
    Searched full:_mutex (Results 1 - 25 of 27) sorted by null

1 2

  /external/webrtc/src/system_wrappers/source/
critical_section_posix.cc 26 (void) pthread_mutex_init(&_mutex, &attr);
31 (void) pthread_mutex_destroy(&_mutex);
37 (void) pthread_mutex_lock(&_mutex);
43 (void) pthread_mutex_unlock(&_mutex);
condition_variable_posix.cc 86 pthread_cond_wait(&_cond, &cs->_mutex);
132 const int res = pthread_cond_timedwait(&_cond, &cs->_mutex, &ts);
137 pthread_cond_wait(&_cond, &cs->_mutex);
critical_section_posix.h 30 pthread_mutex_t _mutex; member in class:webrtc::CriticalSectionPosix
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__mutex_base 26 template <class _Mutex> class shared_lock;
27 template <class _Mutex> class upgrade_lock;
79 template <class _Mutex>
83 typedef _Mutex mutex_type;
103 template <class _Mutex>
107 typedef _Mutex mutex_type;
222 template <class _Mutex>
224 unique_lock<_Mutex>::lock()
234 template <class _Mutex>
236 unique_lock<_Mutex>::try_lock(
    [all...]
  /external/pixman/pixman/
pixman-compiler.h 128 static void *tls_ ## name ## _mutex = NULL; \
146 if (!tls_ ## name ## _mutex) \
150 &tls_ ## name ## _mutex, mutex, NULL) != NULL) \
155 WaitForSingleObject (tls_ ## name ## _mutex, 0xFFFFFFFF); \
161 ReleaseMutex (tls_ ## name ## _mutex); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
mutex 404 template<typename _Mutex>
408 typedef _Mutex mutex_type;
427 template<typename _Mutex>
431 typedef _Mutex mutex_type;
601 template<typename _Mutex>
603 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y)
606 template<typename _Mutex>
608 swap(unique_lock<_Mutex>&& __x, unique_lock<_Mutex>& __y
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
mutex 404 template<typename _Mutex>
408 typedef _Mutex mutex_type;
427 template<typename _Mutex>
431 typedef _Mutex mutex_type;
601 template<typename _Mutex>
603 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y)
606 template<typename _Mutex>
608 swap(unique_lock<_Mutex>&& __x, unique_lock<_Mutex>& __y
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
mutex 404 template<typename _Mutex>
408 typedef _Mutex mutex_type;
427 template<typename _Mutex>
431 typedef _Mutex mutex_type;
601 template<typename _Mutex>
603 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y)
606 template<typename _Mutex>
608 swap(unique_lock<_Mutex>&& __x, unique_lock<_Mutex>& __y
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
mutex 404 template<typename _Mutex>
408 typedef _Mutex mutex_type;
427 template<typename _Mutex>
431 typedef _Mutex mutex_type;
601 template<typename _Mutex>
603 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y)
606 template<typename _Mutex>
608 swap(unique_lock<_Mutex>&& __x, unique_lock<_Mutex>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
mutex 404 template<typename _Mutex>
408 typedef _Mutex mutex_type;
427 template<typename _Mutex>
431 typedef _Mutex mutex_type;
601 template<typename _Mutex>
603 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y)
606 template<typename _Mutex>
608 swap(unique_lock<_Mutex>&& __x, unique_lock<_Mutex>& __y
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
mutex 438 template<typename _Mutex>
442 typedef _Mutex mutex_type;
461 template<typename _Mutex>
465 typedef _Mutex mutex_type;
635 template<typename _Mutex>
637 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
mutex 438 template<typename _Mutex>
442 typedef _Mutex mutex_type;
461 template<typename _Mutex>
465 typedef _Mutex mutex_type;
635 template<typename _Mutex>
637 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
mutex 438 template<typename _Mutex>
442 typedef _Mutex mutex_type;
461 template<typename _Mutex>
465 typedef _Mutex mutex_type;
635 template<typename _Mutex>
637 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
mutex 441 template<typename _Mutex>
445 typedef _Mutex mutex_type;
464 template<typename _Mutex>
468 typedef _Mutex mutex_type;
639 template<typename _Mutex>
641 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) noexcept
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
mutex 438 template<typename _Mutex>
442 typedef _Mutex mutex_type;
461 template<typename _Mutex>
465 typedef _Mutex mutex_type;
635 template<typename _Mutex>
637 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
mutex 441 template<typename _Mutex>
445 typedef _Mutex mutex_type;
464 template<typename _Mutex>
468 typedef _Mutex mutex_type;
639 template<typename _Mutex>
641 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) noexcept
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
mutex 405 template<typename _Mutex>
409 typedef _Mutex mutex_type;
428 template<typename _Mutex>
432 typedef _Mutex mutex_type;
603 template<typename _Mutex>
605 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) noexcept
  /external/valgrind/main/helgrind/
helgrind.h 215 #define VALGRIND_HG_MUTEX_INIT_POST(_mutex, _mbRec) \
217 void*,(_mutex), long,(_mbRec))
221 #define VALGRIND_HG_MUTEX_LOCK_PRE(_mutex, _isTryLock) \
223 void*,(_mutex), long,(_isTryLock))
226 #define VALGRIND_HG_MUTEX_LOCK_POST(_mutex) \
228 void*,(_mutex))
231 #define VALGRIND_HG_MUTEX_UNLOCK_PRE(_mutex) \
233 void*,(_mutex))
236 #define VALGRIND_HG_MUTEX_UNLOCK_POST(_mutex) \
238 void*,(_mutex))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 697 _mutex = util.ForkAwareThreadLock() variable in class:BaseProxy
701 BaseProxy._mutex.acquire()
708 BaseProxy._mutex.release()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 697 _mutex = util.ForkAwareThreadLock() variable in class:BaseProxy
701 BaseProxy._mutex.acquire()
708 BaseProxy._mutex.release()
    [all...]
  /external/chromium_org/tools/valgrind/drmemory/
suppressions_full.txt 991 # basic_streambuf seems to leak something in creating a std::_Mutex
997 *!std::_Mutex::_Mutex
    [all...]
  /external/llvm/test/Object/Inputs/
coff_archive.lib 34 std::bad_array_new_length?std::_Container_base12std::overflow_error?std::range_error?std::exception&;std::random_access_iterator_tag std::numeric_limits<long>]std::out_of_range?std::_Num_base#?std::numeric_limits<wchar_t>)std::numeric_limits<unsigned char>,std::numeric_limits<unsigned __int64>?streampos0std::input_iterator_tag*std::_Lockit?float_round_style!std::numeric_limits<short>?std::_Mutex string?std::bad_alloc#std::_Exception_ptr'std::numeric_limits<signed char>_Null_typeKstd::basic_string<char,std::char_traits<char>,std::allocator<char> >&8std::bidirectional_iterator_tagterrno_tFpthreadmbcinfoursize_t&L$_TypeDescriptor$_extraBytes_27-V$_s__CatchableTypeArray$_extraBytes_16?MathFuncs::MyMathFuncs%__RTTIClassHierarchyDescriptor&D$_TypeDescriptor$_extraBytes_24 d__RTTIBaseClassDescriptor,;$_s__RTTIBaseClassArray$_extraBytes_8&H$_TypeDescriptor$_extraBytes_26<lldiv_t time_t?_Dconst,R$_s__RTTIBaseClassArray$_extraBytes_4b_CatchableType ?LC_ID#d_s__RTTIBaseClassDescriptor2b_s__CatchableType(_s__ThrowInfotptrdiff_t<_lldiv_t(threadlocaleinfostruct9Nthreadlocaleinfostruct::<unnamed-type-lc_category>O?__vc_attributes::helper_attributes::source_annotation_attributeAttribute>?__vc_attributes::helper_attributes::repeatableAttribute ivc_attributes::YesNoMaybe(?vc_attributes::PostRangeAttribute'?vc_attributes::PreBoundAttribute"mvc_attributes::PreAttribute+|vc_attributes::InvalidCheckAttribute#rvc_attributes::PostAttribute&?vc_attributes::SuccessAttribute+wvc_attributes::FormatStringAttribute kvc_attributes::AccessType(?vc_attributes::PostBoundAttribute'?vc_attributes::PreRangeAttribute&6$_TypeDescriptor$_extraBytes_22@_locale_t 7ldiv_t !wint_t O_iobuf5_s__CatchableTypeArray&@$_TypeDescriptor$_extraBytes_31pva_list__time64_t&$_TypeDescriptor$_extraBytes_23&,$_TypeDescriptor$_extraBytes_20_TypeDescriptor'_s__RTTIClassHierarchyDescriptor usize_t?tagLC_ID?_Dconsttmbstate_t-1$_s__RTTIBaseClassArray$_extraBytes_12_s__RTTIBaseClassArray OFILE  _PMFN7_ldiv_tt_MbstatetDpthreadlocinfo?P????p?t???#I6?EkhHPT??3?????? ?Ukd???????X????+*??N??A?1?;???|P?n?????fr??$?C???B?I??h??a@??j?s??Wb!??~N?????@[??C-?2????6??????w???m??????o????????A??r?,X??L6?ja1?KX,#r?v?M??S5?E????`-?]iy?? ????????????P?zM?*?P)???G@?q??p6?c??F7r?p?n????qm??Y:???*??+U#[?)o??m??Q?'frw??+?)???~13???????G?Q?y?s??k?X?rTo???t?LUa???y?by?a??????ld/?_c\?$??8?JI?qV+???6?'$??? 0???K??=i??N??.??|B?+?Yw??$`A????{`??s??????wL???>&????A?i<)???6??? H?;3?? ????(Ge8,7???y ??? `D?;???\Ac'?%?X ±?$?%????U?O? ?U??_???\??LQ??? ~Vp???g?K????S2
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.16 

Completed in 594 milliseconds

1 2