Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/invoke.h

    rd67cdb7 r206de5a  
    110110            struct monitor_desc    self_mon;          // monitor body used for mutual exclusion
    111111            struct monitor_desc *  self_mon_p;        // pointer to monitor with sufficient lifetime for current monitors
    112             struct __monitor_group_t monitors;          // monitors currently held by this thread
     112            struct __monitor_group_t monitors;        // monitors currently held by this thread
    113113
    114114            // Link lists fields
Note: See TracChangeset for help on using the changeset viewer.