Home
last modified time | relevance | path

Searched defs:make_unique_locks (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dlock_factories.hpp46 std::tuple<unique_lock<Lockable> ...> make_unique_locks(Lockable& ...mtx) in make_unique_locks() function
53 std::tuple<unique_lock<L1>, unique_lock<L2> > make_unique_locks(L1& m1, L2& m2) in make_unique_locks() function
62 …std::tuple<unique_lock<L1>, unique_lock<L2>, unique_lock<L3> > make_unique_locks(L1& m1, L2& m2, L… in make_unique_locks() function