Changeset ab0203df for src/tests/preempt_longrun/enter.c
- Timestamp:
- Mar 8, 2018, 11:32:51 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, 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:
- e61de5b
- Parents:
- 5600747
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/preempt_longrun/enter.c
r5600747 rab0203df 3 3 #include <thread> 4 4 5 static const unsigned long N = 70_000ul;5 static const unsigned long N = 2_100_000ul; 6 6 7 7 #ifndef PREEMPTION_RATE
Note: See TracChangeset
for help on using the changeset viewer.