Changeset 97c75bf for libcfa/src/concurrency/io/setup.cfa
- Timestamp:
- Jul 5, 2026, 11:19:36 PM (5 days ago)
- Branches:
- master
- Children:
- 9df6059
- Parents:
- 34d194c
- File:
-
- 1 edited
-
libcfa/src/concurrency/io/setup.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/setup.cfa
r34d194c r97c75bf 217 217 cq.try_lock = false; 218 218 cq.id = MAX; 219 cq.ts = rdtsc l();219 cq.ts = rdtsc(); 220 220 cq.head = (volatile __u32 *)(((intptr_t)cq.ring_ptr) + params.cq_off.head); 221 221 cq.tail = (volatile __u32 *)(((intptr_t)cq.ring_ptr) + params.cq_off.tail);
Note:
See TracChangeset
for help on using the changeset viewer.