Ignore:
File:
1 edited

Legend:

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

    rb9da9585 r0f56058  
    44#include <thread>
    55#include <time>
     6
     7#ifdef LONG_TEST
     8static const unsigned long N = 300_000ul;
     9#else
     10static const unsigned long N = 10_000ul;
     11#endif
    612
    713#ifndef PREEMPTION_RATE
     
    1218        return PREEMPTION_RATE;
    1319}
    14 
    15 #ifdef LONG_TEST
    16 static const unsigned long N = 300_000ul;
    17 #else
    18 static const unsigned long N = 10_000ul;
    19 #endif
    2020
    2121enum state_t { WAIT, SIGNAL, BARGE };
Note: See TracChangeset for help on using the changeset viewer.