Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/gen/
H A DOSAtomicOperations.c179 UInt8 wantValue; in OSTestAndSetClear() local
184 wantValue = wantSet ? mask : 0; in OSTestAndSetClear()
187 if ((oldValue & mask) == wantValue) { in OSTestAndSetClear()
190 newValue = (oldValue & ~mask) | wantValue; in OSTestAndSetClear()