Ignore:
File:
1 edited

Legend:

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

    rac2b598 rdac55004  
    534534        //Find the thread to run
    535535        $thread * signallee = pop_head( this.blocked )->waiting_thread;
    536         /* paranoid */ verify( signallee->next == 0p );
    537536        __set_owner( monitors, count, signallee );
    538537
Note: See TracChangeset for help on using the changeset viewer.