- Timestamp:
- Jan 10, 2022, 7:11:34 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 07a1e7a
- Parents:
- 5b7a3662 (diff), a10f6b4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- tests/io
- Files:
-
- 8 added
- 1 edited
-
.expect/io-acquire-no-io.txt (added)
-
.expect/io-acquire-term-sync.txt (added)
-
.expect/io-acquire2.txt (added)
-
.in/io-acquire-term-sync.txt (added)
-
.in/io-acquire2.txt (added)
-
io-acquire-no-io.cfa (added)
-
io-acquire-term-sync.cfa (added)
-
io-acquire.cfa (modified) (3 diffs)
-
io-acquire2.cfa (added)
Legend:
- Unmodified
- Added
- Removed
-
tests/io/io-acquire.cfa
r5b7a3662 r9b33337 10 10 // Created On : Mon Mar 1 18:40:09 2021 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Oct 6 18:04:58 202113 // Update Count : 7 212 // Last Modified On : Mon Jan 10 07:57:12 2022 13 // Update Count : 73 14 14 // 15 15 … … 23 23 24 24 for ( 100 ) { // expression protection 25 mutex( sout) sout | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;25 mutex( sout ) sout | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9; 26 26 } 27 27 mutex( sout ) { // statement protection … … 51 51 int a, b, c, d, e, f, g, h, i; 52 52 for ( 100 ) { // expression protection 53 mutex( sin) sin | a | b | c | d | e | f | g | h | i;53 mutex( sin ) sin | a | b | c | d | e | f | g | h | i; 54 54 } 55 55 mutex( sin ) { // statement protection
Note:
See TracChangeset
for help on using the changeset viewer.