Changeset d3605f8 for libcfa/src/concurrency/io
- Timestamp:
- Nov 29, 2021, 4:58:54 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 03cdad6
- Parents:
- 3bb4f85
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/setup.cfa
r3bb4f85 rd3605f8 220 220 cq.cqes = (struct io_uring_cqe *)(((intptr_t)cq.ring_ptr) + params.cq_off.cqes); 221 221 222 #if !defined( IO_URING_IDLE)222 #if !defined(CFA_WITH_IO_URING_IDLE) 223 223 // Step 4 : eventfd 224 224 // io_uring_register is so f*cking slow on some machine that it
Note: See TracChangeset
for help on using the changeset viewer.