Home | History | Annotate | Download | only in pub

Lines Matching refs:cas

437          hint that these compute the success/failure of a CAS
2346 How to know if the CAS succeeded?
2349 then the CAS succeeded, .dataLo (resp. .dataHi:.dataLo) is now
2354 then the CAS failed, and the original value at .addr was .oldLo
2357 Hence it is easy to know whether or not the CAS succeeded.
2372 extern void ppIRCAS ( IRCAS* cas );
2644 t<tmp> = CAS<end>(<addr> :: <expected> -> <new>)
2650 A double-element CAS may also be denoted, in which case <tmp>,
2656 } CAS;