Searched defs:lock_helper (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/ |
D | lock_algorithms.hpp | 88 unsigned lock_helper(MutexType1& m1, MutexType2& m2) in lock_helper() function 100 unsigned lock_helper(MutexType1& m1, MutexType2& m2, MutexType3& m3) in lock_helper() function 112 unsigned lock_helper(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4) in lock_helper() function 124 …unsigned lock_helper(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4, MutexType5& m… in lock_helper() function
|