Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/monitor.cfa

    red12051 r107b01a  
    2929
    3030void main( MyThread & this ) {
    31         for(int i = 0; i < 750_000; i++) {
     31        for(int i = 0; i < 1_000_000; i++) {
    3232                increment( global );
    3333        }
Note: See TracChangeset for help on using the changeset viewer.