Ignore:
Timestamp:
Jan 12, 2021, 1:10:41 PM (3 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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.