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