Searched defs:rtm_mutex_impl (Results 1 – 1 of 1) sorted by relevance
30 struct rtm_mutex_impl { struct33 static constexpr int retry_threshold = 10;34 using transaction_result_type = decltype(begin_transaction());37 static void release(d1::rtm_mutex::scoped_lock& s) { in release()58 static void acquire(d1::rtm_mutex& m, d1::rtm_mutex::scoped_lock& s, bool only_speculate) { in acquire()92 static bool try_acquire(d1::rtm_mutex& m, d1::rtm_mutex::scoped_lock& s) { in try_acquire()