Home | History | Annotate | Download | only in pub

Lines Matching defs:CAS

438          hint that these compute the success/failure of a CAS
2556 How to know if the CAS succeeded?
2559 then the CAS succeeded, .dataLo (resp. .dataHi:.dataLo) is now
2564 then the CAS failed, and the original value at .addr was .oldLo
2567 Hence it is easy to know whether or not the CAS succeeded.
2582 extern void ppIRCAS ( const IRCAS* cas );
2856 t<tmp> = CAS<end>(<addr> :: <expected> -> <new>)
2862 A double-element CAS may also be denoted, in which case <tmp>,
2868 } CAS;