Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/concurrent/signal/block.c

    rb9da9585 r0f56058  
    1414#include <time>
    1515
     16#ifdef LONG_TEST
     17static const unsigned long N = 150_000ul;
     18#else
     19static const unsigned long N = 5_000ul;
     20#endif
     21
    1622#ifndef PREEMPTION_RATE
    1723#define PREEMPTION_RATE 10`ms
     
    2127        return PREEMPTION_RATE;
    2228}
    23 
    24 #ifdef LONG_TEST
    25 static const unsigned long N = 150_000ul;
    26 #else
    27 static const unsigned long N = 5_000ul;
    28 #endif
    2929
    3030enum state_t { WAITED, SIGNAL, BARGE };
Note: See TracChangeset for help on using the changeset viewer.