Home
last modified time | relevance | path

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/
Dlock.pass.cpp381 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 …]
Dtry_lock.pass.cpp462 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/
Dfull_lambda.hpp284 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_/
Dfull_lambda.hpp183 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_;