Home
last modified time | relevance | path

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

/xnu-12377.41.6/libkern/gen/
H A DOSAtomicOperations.c175 UInt8 wantValue; in OSTestAndSetClear() local
180 wantValue = wantSet ? mask : 0; in OSTestAndSetClear()
183 if ((oldValue & mask) == wantValue) { in OSTestAndSetClear()
186 newValue = (oldValue & ~mask) | wantValue; in OSTestAndSetClear()