/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock.algorithm/ |
D | try_lock.pass.cpp | 36 class L1 class 41 L1() : locked_(false) {} in L1() function in L1 83 L1 l1; in main() 89 L1 l0; in main() 134 L1 l0; in main() 135 L1 l1; in main() 136 L1 l2; in main() 160 L1 l1; in main() 170 L1 l2; in main() 178 L1 l1; in main() [all …]
|
D | lock.pass.cpp | 41 class L1 class 46 L1() : locked_(false) {} in L1() function in L1 98 L1 l1; in main() 104 L1 l0; in main() 139 L1 l0; in main() 154 L1 l1; in main() 209 L1 l2; in main() 217 L1 l1; in main() 225 L1 l0; in main() 332 L1 l2; in main() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/ |
D | notify_one.pass.cpp | 24 typedef std::unique_lock<L0> L1; typedef 34 L1 lk(m0); in f1() 44 L1 lk(m0); in f2() 58 L1 lk(m0); in main() 65 L1 lk(m0); in main() 82 L1 lk(m0); in main()
|
D | notify_all.pass.cpp | 24 typedef std::unique_lock<L0> L1; typedef 34 L1 lk(m0); in f1() 44 L1 lk(m0); in f2() 58 L1 lk(m0); in main() 65 L1 lk(m0); in main()
|
D | wait.pass.cpp | 25 typedef std::unique_lock<L0> L1; typedef 34 L1 lk(m0); in f() 45 L1 lk(m0); in main()
|
D | wait_for.pass.cpp | 27 typedef std::unique_lock<L0> L1; typedef 40 L1 lk(m0); in f() 65 L1 lk(m0); in main() 79 L1 lk(m0); in main()
|
D | wait_for_pred.pass.cpp | 37 typedef std::unique_lock<L0> L1; typedef 50 L1 lk(m0); in f() 73 L1 lk(m0); in main() 87 L1 lk(m0); in main()
|
D | wait_pred.pass.cpp | 26 typedef std::unique_lock<L0> L1; typedef 44 L1 lk(m0); in f() 54 L1 lk(m0); in main()
|
D | wait_until.pass.cpp | 44 typedef std::unique_lock<L0> L1; typedef 55 L1 lk(m0); in f() 80 L1 lk(m0); in main() 94 L1 lk(m0); in main()
|
D | wait_until_pred.pass.cpp | 55 typedef std::unique_lock<L0> L1; typedef 66 L1 lk(m0); in f() 92 L1 lk(m0); in main() 106 L1 lk(m0); in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | full_lambda.hpp | 84 , typename L1 89 typename L1::type 98 , typename L1 100 struct le_result1< true_,Tag,F,L1 > 104 , typename L1::result_ 161 , typename L1, typename L2 166 typename L1::type, typename L2::type 175 , typename L1, typename L2 177 struct le_result2< true_,Tag,F,L1,L2 > 181 , typename L1::result_, typename L2::result_ [all …]
|
/ndk/sources/cxx-stl/stlport/src/ |
D | lock_free_slist.h | 217 L1: mov [ebx], eax // __item._M_next = _M._M_data._M_top in push() 220 …jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequ… in push() 240 L1: test eax, eax // _M_top == NULL? in pop() 245 …jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequ… in pop() 267 L1: test eax, eax // _M_top == NULL? in clear() 272 …jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequ… in clear()
|
D | locale.cpp | 296 locale::locale(const locale& L1, const locale& L2, category c) in locale() argument 298 _Locale_impl* impl = new _Locale_impl(*L1._M_impl); in locale() 302 if (L1.name() != _Nameless && L2.name() != _Nameless) in locale() 303 _Stl_loc_combine_names(impl, L1._M_impl->name.c_str(), L2._M_impl->name.c_str(), c); in locale()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | mutex | 155 template <class L1, class L2, class... L3> 156 int try_lock(L1&, L2&, L3&...); 157 template <class L1, class L2, class... L3> 158 void lock(L1&, L2&, L3&...);
|