Changeset b0be3713
- Timestamp:
- Jun 21, 2022, 12:41:46 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- b62d1d6
- Parents:
- 86601a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/ready_subqueue.hfa
r86601a5 rb0be3713 49 49 // Get the relevant nodes locally 50 50 this.prev->link.next = node; 51 this.prev->link.ts = rdtscl();51 __atomic_store_n(&this.prev->link.ts, rdtscl(), __ATOMIC_RELAXED); 52 52 this.prev = node; 53 53 #if !defined(__CFA_NO_STATISTICS__)
Note: See TracChangeset
for help on using the changeset viewer.