Ignore:
Timestamp:
Jan 12, 2021, 1:10:41 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Refactor sqe reclamation to systematically thrash the sqe in debug

Location:
libcfa/src/concurrency/io
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/setup.cfa

    rd48b174 r35285fd  
    382382                        abort("KERNEL ERROR: IO_URING MMAP3 - %s\n", strerror(errno));
    383383                }
    384                 memset(sq.sqes, 0xde, size);
    385 
    386                 verify( 0 != (params.features & IORING_FEAT_NODROP) );
    387384
    388385                // Step 3 : Initialize the data structure
  • libcfa/src/concurrency/io/types.hfa

    rd48b174 r35285fd  
    134134        void __ioctx_register($io_ctx_thread & ctx);
    135135        void __ioctx_prepare_block($io_ctx_thread & ctx);
     136        void __sqe_clean( volatile struct io_uring_sqe * sqe );
    136137#endif
    137138
Note: See TracChangeset for help on using the changeset viewer.