Searched refs:new_owner (Results 1 – 2 of 2) sorted by relevance
246 void ExclusiveLockUncontendedFor(Thread* new_owner);
623 void Mutex::ExclusiveLockUncontendedFor(Thread* new_owner) { in ExclusiveLockUncontendedFor() argument628 exclusive_owner_.store(SafeGetTid(new_owner), std::memory_order_relaxed); in ExclusiveLockUncontendedFor()