- File:
-
- 1 edited
-
src/tests/concurrent/signal/block.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/concurrent/signal/block.c
rb9da9585 r0f56058 14 14 #include <time> 15 15 16 #ifdef LONG_TEST 17 static const unsigned long N = 150_000ul; 18 #else 19 static const unsigned long N = 5_000ul; 20 #endif 21 16 22 #ifndef PREEMPTION_RATE 17 23 #define PREEMPTION_RATE 10`ms … … 21 27 return PREEMPTION_RATE; 22 28 } 23 24 #ifdef LONG_TEST25 static const unsigned long N = 150_000ul;26 #else27 static const unsigned long N = 5_000ul;28 #endif29 29 30 30 enum state_t { WAITED, SIGNAL, BARGE };
Note:
See TracChangeset
for help on using the changeset viewer.