Changeset 10b5970 for tests/concurrency/waituntil
- Timestamp:
- Jan 7, 2025, 3:22:19 PM (13 days ago)
- Branches:
- master
- Children:
- 190a833
- Parents:
- 70670e7
- Location:
- tests/concurrency/waituntil
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/waituntil/channel_zero_size.cfa
r70670e7 r10b5970 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
r70670e7 r10b5970 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.