Changeset 4ecc35a for libcfa/src/concurrency/io/setup.cfa
- Timestamp:
- Mar 21, 2022, 1:28:59 PM (2 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- dbe2533
- Parents:
- 98d1b90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/setup.cfa
r98d1b90 r4ecc35a 214 214 215 215 // completion queue 216 cq.lock = 0; 216 217 cq.head = (volatile __u32 *)(((intptr_t)cq.ring_ptr) + params.cq_off.head); 217 218 cq.tail = (volatile __u32 *)(((intptr_t)cq.ring_ptr) + params.cq_off.tail);
Note: See TracChangeset
for help on using the changeset viewer.