- File:
-
- 1 edited
-
src/tests/concurrent/signal/disjoint.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/concurrent/signal/disjoint.c
rb9da9585 r0f56058 4 4 #include <thread> 5 5 #include <time> 6 7 #ifdef LONG_TEST 8 static const unsigned long N = 300_000ul; 9 #else 10 static const unsigned long N = 10_000ul; 11 #endif 6 12 7 13 #ifndef PREEMPTION_RATE … … 12 18 return PREEMPTION_RATE; 13 19 } 14 15 #ifdef LONG_TEST16 static const unsigned long N = 300_000ul;17 #else18 static const unsigned long N = 10_000ul;19 #endif20 20 21 21 enum state_t { WAIT, SIGNAL, BARGE };
Note:
See TracChangeset
for help on using the changeset viewer.