Home
last modified time | relevance | path

Searched refs:otherLock (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/locale/
H A DLocale.cpp52 BAutolock otherLock(other.fLock); in operator =() local
53 if (!lock.IsLocked() || !otherLock.IsLocked()) in operator =()