Changeset 949339b for libcfa/src/concurrency/ready_subqueue.hfa
- Timestamp:
- Sep 27, 2021, 2:09:55 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- cc287800
- Parents:
- 4e28d2e9 (diff), 056cbdb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/ready_subqueue.hfa
r4e28d2e9 r949339b 98 98 99 99 // Get the relevant nodes locally 100 unsigned long long ts = this.anchor.ts;101 100 thread$ * node = this.anchor.next; 102 101 this.anchor.next = node->link.next; … … 116 115 /* paranoid */ verify( node->link.ts != 0 ); 117 116 /* paranoid */ verify( this.anchor.ts != 0 ); 118 return [node, t s];117 return [node, this.anchor.ts]; 119 118 } 120 119
Note:
See TracChangeset
for help on using the changeset viewer.