Searched refs:L2 (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock.algorithm/ |
D | lock.pass.cpp | 64 class L2 class 69 L2() : locked_(false) {} in L2() function in L2 112 L2 l1; in main() 125 L2 l0; in main() 140 L2 l1; in main() 153 L2 l0; in main() 167 L2 l0; in main() 168 L2 l1; in main() 191 L2 l0; in main() 192 L2 l1; in main() [all …]
|
D | try_lock.pass.cpp | 54 class L2 class 59 L2() : locked_(false) {} in L2() function in L2 97 L2 l1; in main() 110 L2 l0; in main() 143 L2 l0; in main() 144 L2 l1; in main() 145 L2 l2; in main() 161 L2 l2; in main() 197 L2 l2; in main() 212 L2 l1; in main() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | full_lambda.hpp | 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_ 243 , typename L1, typename L2, typename L3 248 typename L1::type, typename L2::type, typename L3::type 257 , typename L1, typename L2, typename L3 259 struct le_result3< true_,Tag,F,L1,L2,L3 > 263 , typename L1::result_, typename L2::result_, typename L3::result_ [all …]
|
/ndk/sources/cxx-stl/stlport/src/ |
D | lock_free_slist.h | 241 je L2 // Yes, we're done in pop() 246 L2: in pop() 268 je L2 // Yes, we're done in clear() 273 L2: in clear()
|
D | locale.cpp | 296 locale::locale(const locale& L1, const locale& L2, category c) in locale() argument 300 _Locale_impl* i2 = L2._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&...);
|