HomeSort by relevance Sort by last modified time
    Searched full:_mutex (Results 26 - 43 of 43) sorted by null

12

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
mutex 407 template<typename _Mutex>
411 typedef _Mutex mutex_type;
430 template<typename _Mutex>
434 typedef _Mutex mutex_type;
605 template<typename _Mutex>
607 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) noexcept
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
mutex 370 template<typename _Mutex>
374 typedef _Mutex mutex_type;
393 template<typename _Mutex>
397 typedef _Mutex mutex_type;
568 template<typename _Mutex>
570 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) noexcept
  /external/valgrind/main/helgrind/
helgrind.h 216 #define VALGRIND_HG_MUTEX_INIT_POST(_mutex, _mbRec) \
218 void*,(_mutex), long,(_mbRec))
222 #define VALGRIND_HG_MUTEX_LOCK_PRE(_mutex, _isTryLock) \
224 void*,(_mutex), long,(_isTryLock))
227 #define VALGRIND_HG_MUTEX_LOCK_POST(_mutex) \
229 void*,(_mutex))
232 #define VALGRIND_HG_MUTEX_UNLOCK_PRE(_mutex) \
234 void*,(_mutex))
237 #define VALGRIND_HG_MUTEX_UNLOCK_POST(_mutex) \
239 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 986 # basic_streambuf seems to leak something in creating a std::_Mutex
992 *!std::_Mutex::_Mutex
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
0013-temp-collective-ndk-hackathon-fixes.patch 254 @@ -414,6 +416,8 @@ swap(shared_lock<_Mutex>& __x, shared_lock<_Mutex>& __y) noexcept
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_socketvar.h 43 /* #include <sys/_mutex.h> was 0 byte file */
  /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/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.16 
libstdc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.18 
  /prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib64/
libstdc++.a     [all...]

Completed in 1330 milliseconds

12