Changeset 949934e for src/tests/sched-int-block.c
- Timestamp:
- Jun 29, 2017, 5:09:37 PM (9 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:
- 1abc5ab
- Parents:
- 2a7b3ca (diff), fe5c01d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/tests/sched-int-block.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/sched-int-block.c
r2a7b3ca r949934e 5 5 #include <thread> 6 6 7 static const unsigned N = 100_000; 7 #ifndef N 8 #define N 100_000 9 #endif 8 10 9 11 enum state_t { WAITED, SIGNAL, BARGE };
Note:
See TracChangeset
for help on using the changeset viewer.