Changeset c2c1717 for tests/concurrency/waituntil
- Timestamp:
- Jul 17, 2023, 1:46:48 PM (2 years ago)
- Branches:
- master
- Children:
- 9cb2742
- Parents:
- a0b59ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/waituntil/repeat_close.cfa
ra0b59ed rc2c1717 26 26 } 27 27 28 29 thread Consumer {}; 28 thread Consumer {}; 30 29 void main( Consumer & this ) { 31 30 long long int in, A_removes = 0, B_removes = 0, C_removes = 0, D_removes = 0, E_removes = 0, F_removes = 0; … … 93 92 { 94 93 Producer p[ num_thds / 2 ]; 95 Consumer c[ 1];94 Consumer c[ num_thds / 2 ]; 96 95 sleep(time`s); 97 96 close(A);
Note:
See TracChangeset
for help on using the changeset viewer.