Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/monitor.c

    rcb0e6de r17af7d1  
    3636
    3737void ?{}( MyThread * this ) {}
    38 void ^?{}( MyThread * mutex this ) {}
    3938
    4039void main( MyThread* this ) {
    41         for(int i = 0; i < 1_000_000; i++) {
     40        for(int i = 0; i < 1000000; i++) {
    4241                increment( &global );
    4342        }
Note: See TracChangeset for help on using the changeset viewer.