Ignore:
File:
1 edited

Legend:

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

    r7d9c987 r7286a40  
    2525}
    2626
    27 #ifndef N
    28 #define N 100000000
    29 #endif
    30 
    3127//-----------------------------------------------------------------------------
    3228// coroutine context switch
     
    10096mon_t mon1;
    10197
    102 condition cond1a; 
     98condition cond1a;
    10399condition cond1b;
    104100
     
    148144mon_t mon2;
    149145
    150 condition cond2a; 
     146condition cond2a;
    151147condition cond2b;
    152148
Note: See TracChangeset for help on using the changeset viewer.