Lines Matching refs:CAS
433 hint that these compute the success/failure of a CAS
2086 How to know if the CAS succeeded?
2089 then the CAS succeeded, .dataLo (resp. .dataHi:.dataLo) is now
2094 then the CAS failed, and the original value at .addr was .oldLo
2097 Hence it is easy to know whether or not the CAS succeeded.
2112 extern void ppIRCAS ( IRCAS* cas );
2284 t<tmp> = CAS<end>(<addr> :: <expected> -> <new>)
2290 A double-element CAS may also be denoted, in which case <tmp>,
2296 } CAS;