Searched refs:l3 (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock.algorithm/ |
D | lock.pass.cpp | 381 L0 l3; in main() local 382 std::lock(l0, l1, l2, l3); in main() 386 assert(l3.locked()); in main() 392 L1 l3; in main() local 393 std::lock(l0, l1, l2, l3); in main() 397 assert(l3.locked()); in main() 403 L0 l3; in main() local 404 std::lock(l0, l1, l2, l3); in main() 408 assert(l3.locked()); in main() 414 L0 l3; in main() local [all …]
|
D | try_lock.pass.cpp | 462 L0 l3; in main() local 463 assert(std::try_lock(l0, l1, l2, l3) == -1); in main() 467 assert(l3.locked()); in main() 473 L0 l3; in main() local 474 assert(std::try_lock(l0, l1, l2, l3) == 0); in main() 478 assert(!l3.locked()); in main() 484 L0 l3; in main() local 485 assert(std::try_lock(l0, l1, l2, l3) == 1); in main() 489 assert(!l3.locked()); in main() 495 L0 l3; in main() local [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | full_lambda.hpp | 284 typedef lambda< T3,Tag > l3; typedef 288 typedef typename l3::is_le is_le3; 296 is_le, Tag, F, l1, l2, l3 370 typedef lambda< T3,Tag > l3; typedef 375 typedef typename l3::is_le is_le3; 384 is_le, Tag, F, l1, l2, l3, l4 462 typedef lambda< T3,Tag > l3; typedef 468 typedef typename l3::is_le is_le3; 479 is_le, Tag, F, l1, l2, l3, l4, l5 549 typedef lambda< typename if_< is_le,arity_,Arity >::type, Tag2 > l3; typedef [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | full_lambda.hpp | 183 typedef lambda< typename if_<is_le,arity_,Arity>::type,Tag2 > l3; typedef 185 typedef aux::le_result3<is_le, Tag2, mpl::lambda, l1, l2, l3> le_result_;
|