Ignore:
Timestamp:
Jul 19, 2021, 4:03:19 PM (5 years ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
Children:
f9b68d6
Parents:
12a1013 (diff), fcaa1e4 (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:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/unified_locking/mutex_test.hfa

    r12a1013 r63bde81  
    88struct MutexObj {
    99        LOCK l;
    10         $thread * id;
     10        thread$ * id;
    1111        uint32_t sum;
    1212};
     
    2222
    2323uint32_t cs() {
    24         $thread * me = active_thread();
     24        thread$ * me = active_thread();
    2525        uint32_t value;
    2626        lock(mo.l);
Note: See TracChangeset for help on using the changeset viewer.