Changeset 4cedd9f for src/benchmark/schedint/cfa4.c
- Timestamp:
- Nov 2, 2017, 2:15:19 PM (5 years ago)
- Branches:
- 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:
- 8fc45b7
- Parents:
- e1e8408
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/schedint/cfa4.c
re1e8408 r4cedd9f 15 15 16 16 void __attribute__((noinline)) call( M & mutex a1, M & mutex a2, M & mutex a3, M & mutex a4 ) { 17 signal( &c);17 signal(c); 18 18 } 19 19 … … 22 22 BENCH( 23 23 for (size_t i = 0; i < n; i++) { 24 wait( &c);24 wait(c); 25 25 }, 26 26 result
Note: See TracChangeset
for help on using the changeset viewer.