Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/unified_locking/mutex_test.hfa

    r4ae968e rb16e15e  
    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.