Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/unified_locking/fast.cfa

    r8f1a99e r07033ce  
    77struct MutexObj {
    88        fast_lock l;
    9         thread$ * id;
     9        $thread * id;
    1010        uint32_t sum;
    1111};
     
    2121
    2222uint32_t cs() {
    23         thread$ * me = active_thread();
     23        $thread * me = active_thread();
    2424        uint32_t value;
    2525        lock(mo.l);
Note: See TracChangeset for help on using the changeset viewer.