Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/mutex.cfa

    re84ab3d r43784ac  
    122122        recursion_count--;
    123123        if( recursion_count == 0 ) {
    124                 thread$ * thrd = pop_head( blocked_threads );
     124                $thread * thrd = pop_head( blocked_threads );
    125125                owner = thrd;
    126126                recursion_count = (thrd ? 1 : 0);
Note: See TracChangeset for help on using the changeset viewer.