Changeset de917da3
- Timestamp:
- Jun 24, 2020, 1:39:35 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 52769ba
- Parents:
- 13c5e19
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io.cfa
r13c5e19 rde917da3 464 464 } 465 465 } 466 467 uint32_t nhead = *ring.submit_q.head;468 verifyf( (shead + ret) == nhead, "Expected %u got %u\n", (shead + ret), nhead );469 466 470 467 // Release the consumed SQEs
Note: See TracChangeset
for help on using the changeset viewer.