Ignore:
Timestamp:
May 30, 2018, 1:34:51 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
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, with_gc
Children:
cb7caf8
Parents:
3530f39a (diff), 6c7099a (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:/u/cforall/software/cfa/cfa-cc

Location:
src/tests/concurrent/signal
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • src/tests/concurrent/signal/block.c

    r3530f39a rd4afaac  
    4040}
    4141
    42 void ^?{} ( global_data_t & this ) {}
     42void ^?{} ( global_data_t & mutex this ) {}
    4343
    4444global_data_t globalA, globalB;
  • src/tests/concurrent/signal/disjoint.c

    r3530f39a rd4afaac  
    2626monitor global_data_t;
    2727void ?{}( global_data_t & this );
    28 void ^?{} ( global_data_t & this );
     28void ^?{} ( global_data_t & mutex this );
    2929
    3030monitor global_data_t {
     
    4242}
    4343
    44 void ^?{} ( global_data_t & this ) {}
     44void ^?{} ( global_data_t & mutex this ) {}
    4545
    4646//------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.