Changeset d923fca for tests/concurrency/waituntil/locks.cfa
- Timestamp:
- Feb 18, 2025, 12:54:23 PM (6 weeks ago)
- Branches:
- master
- Children:
- 8705a11
- Parents:
- 3e5fea2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/concurrency/waituntil/locks.cfa ¶
r3e5fea2 rd923fca 12 12 13 13 thread Server1 {}; 14 void main( Server1 & this) {14 void main( Server1 & ) { 15 15 while( !done ) { 16 16 lock(A); … … 44 44 ) 45 45 and when( i < 4 ) waituntil( C ) { c++; } 46 46 47 47 when( i % 2 == 0 ) waituntil( A ) { a++; } 48 48 and when( i % 4 < 2 ) waituntil( B ) { b++; }
Note: See TracChangeset
for help on using the changeset viewer.