Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/unified_locking/mcs.cfa

    r8f1a99e rc51124b  
    77struct MutexObj {
    88        mcs_lock l;
    9         thread$ * id;
     9        $thread * id;
    1010        size_t sum;
    1111};
     
    2121
    2222unsigned cs() {
    23         thread$ * me = active_thread();
     23        $thread * me = active_thread();
    2424        unsigned value = (unsigned)me;
    2525        mcs_node n;
Note: See TracChangeset for help on using the changeset viewer.