Ignore:
Timestamp:
Oct 26, 2017, 4:22:17 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
6a5be52
Parents:
f54a0ab
Message:

added behcnmarks for signal and waitfor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/mutex/cfa2.c

    rf54a0ab r9f0b975  
    44#include "bench.h"
    55
    6 volatile unsigned long int counter = 0;
    7 
    86monitor M {};
    9 
    10 void __attribute__((noinline)) call( M & mutex m1, M & mutex m2 ) {
    11         counter++;
    12 }
     7void __attribute__((noinline)) call( M & mutex m1, M & mutex m2 ) {}
    138
    149int main(int argc, char* argv[]) {
Note: See TracChangeset for help on using the changeset viewer.