Searched defs:make_unique_locks (Results 1 – 1 of 1) sorted by relevance
46 std::tuple<unique_lock<Lockable> ...> make_unique_locks(Lockable& ...mtx) in make_unique_locks() function53 std::tuple<unique_lock<L1>, unique_lock<L2> > make_unique_locks(L1& m1, L2& m2) in make_unique_locks() function62 …std::tuple<unique_lock<L1>, unique_lock<L2>, unique_lock<L3> > make_unique_locks(L1& m1, L2& m2, L… in make_unique_locks() function