- File:
-
- 1 edited
-
libcfa/src/concurrency/ready_subqueue.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/ready_subqueue.hfa
rcf78319 re84ab3d 98 98 99 99 // Get the relevant nodes locally 100 unsigned long long ts = this.anchor.ts; 100 101 thread$ * node = this.anchor.next; 101 102 this.anchor.next = node->link.next; … … 115 116 /* paranoid */ verify( node->link.ts != 0 ); 116 117 /* paranoid */ verify( this.anchor.ts != 0 ); 117 return [node, t his.anchor.ts];118 return [node, ts]; 118 119 } 119 120
Note:
See TracChangeset
for help on using the changeset viewer.