Changeset 35285fd for libcfa/src/concurrency/io
- Timestamp:
- Jan 12, 2021, 1:10:41 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 481ee28
- Parents:
- d48b174
- Location:
- libcfa/src/concurrency/io
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/setup.cfa
rd48b174 r35285fd 382 382 abort("KERNEL ERROR: IO_URING MMAP3 - %s\n", strerror(errno)); 383 383 } 384 memset(sq.sqes, 0xde, size);385 386 verify( 0 != (params.features & IORING_FEAT_NODROP) );387 384 388 385 // Step 3 : Initialize the data structure -
libcfa/src/concurrency/io/types.hfa
rd48b174 r35285fd 134 134 void __ioctx_register($io_ctx_thread & ctx); 135 135 void __ioctx_prepare_block($io_ctx_thread & ctx); 136 void __sqe_clean( volatile struct io_uring_sqe * sqe ); 136 137 #endif 137 138
Note:
See TracChangeset
for help on using the changeset viewer.