- Timestamp:
- Sep 14, 2017, 4:26:54 PM (8 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:
- e149f77
- Parents:
- 1dcd9554
- Location:
- src/tests
- Files:
-
- 2 edited
-
sched-ext-parse.c (modified) (2 diffs)
-
sched-ext.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/sched-ext-parse.c
r1dcd9554 r310e5b7 16 16 //--------------------------------------- 17 17 waitfor( f1, a ) { 18 1;18 // 1; 19 19 } 20 20 … … 80 80 16; 81 81 } 82 or waitfor( f 1, a, a ) {82 or waitfor( f2, a, a ) { 83 83 17; 84 84 } -
src/tests/sched-ext.c
r1dcd9554 r310e5b7 45 45 acceptable.monitors = &a; 46 46 47 __ accept_internal( 1, &acceptable );47 __waitfor_internal( 1, &acceptable ); 48 48 49 49 sout | "Accepted" | endl;
Note:
See TracChangeset
for help on using the changeset viewer.