Changeset d60a4c2 for tests/concurrency/waituntil
- Timestamp:
- Jan 11, 2025, 5:48:46 PM (13 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- f886608
- Parents:
- 7d65715f (diff), 32a119e9 (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/concurrency/waituntil
- Files:
-
- 2 edited
-
channel_zero_size.cfa (modified) (1 diff)
-
one_chan.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/waituntil/channel_zero_size.cfa
r7d65715f rd60a4c2 9 9 10 10 thread Server1 {}; 11 void main( Server1 & this) {11 void main( Server1 & ) { 12 12 long long int a, b, c, i = 0, myTotal = 0; 13 13 for( ;;i++ ) { -
tests/concurrency/waituntil/one_chan.cfa
r7d65715f rd60a4c2 9 9 10 10 thread Server1 {}; 11 void main( Server1 & this) {11 void main( Server1 & ) { 12 12 long long int c, i = 0, myTotal = 0; 13 13 for( ;;i++ ) {
Note:
See TracChangeset
for help on using the changeset viewer.