Changes between Version 36 and Version 37 of ContractReduction
- Timestamp:
- 12/11/15 13:25:53 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ContractReduction
v36 v37 253 253 /*@ requires scope <= $root && gbarrier!=\null && place >= 0; 254 254 *@ ensures $gbarrier_process_at(gbarrier, place)==$self; 255 *@ $depends $calls($barrier_create, $everything, gbarrier, place);255 *@ depends \calls($barrier_create, $everything, gbarrier, place); 256 256 *@ assigns \nothing; 257 257 *@ behavior success: … … 281 281 {{{ 282 282 /* Calls the barrier associated with this local barrier object.*/ 283 /*@ $depends \nothing;283 /*@ depends \nothing; 284 284 @ assigns \nothing; // although the barrier records is updated but it gets cleaned up when the method returns 285 285 @*/
