Changeset 70969f8 for src/tests/concurrent/signal/disjoint.c
- Timestamp:
- Mar 8, 2018, 12:56:02 PM (5 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 9d6f011, b2fe1c9
- Parents:
- e61de5b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/concurrent/signal/disjoint.c
re61de5b r70969f8 6 6 #include <time.h> 7 7 8 #ifdef LONG_TEST 9 static const unsigned long N = 300_000ul; 10 #else 8 11 static const unsigned long N = 10_000ul; 12 #endif 9 13 10 14 #ifndef PREEMPTION_RATE
Note: See TracChangeset
for help on using the changeset viewer.