Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/ready_subqueue.hfa

    rcf78319 re84ab3d  
    9898
    9999        // Get the relevant nodes locally
     100        unsigned long long ts = this.anchor.ts;
    100101        thread$ * node = this.anchor.next;
    101102        this.anchor.next = node->link.next;
     
    115116        /* paranoid */ verify( node->link.ts   != 0  );
    116117        /* paranoid */ verify( this.anchor.ts  != 0  );
    117         return [node, this.anchor.ts];
     118        return [node, ts];
    118119}
    119120
Note: See TracChangeset for help on using the changeset viewer.