Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/csv-data.c

    r7286a40 r7d9c987  
    2525}
    2626
     27#ifndef N
     28#define N 100000000
     29#endif
     30
    2731//-----------------------------------------------------------------------------
    2832// coroutine context switch
     
    96100mon_t mon1;
    97101
    98 condition cond1a;
     102condition cond1a; 
    99103condition cond1b;
    100104
     
    144148mon_t mon2;
    145149
    146 condition cond2a;
     150condition cond2a; 
    147151condition cond2b;
    148152
Note: See TracChangeset for help on using the changeset viewer.