Changeset 2514f68b for libcfa/src
- Timestamp:
 - Nov 22, 2021, 2:20:23 PM (4 years ago)
 - Branches:
 - ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
 - Children:
 - 3cc1111
 - Parents:
 - 6ddef36
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/concurrency/io.cfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/concurrency/io.cfa
r6ddef36 r2514f68b 502 502 } 503 503 504 #if !defined(IO_URING_IDLE)504 #if defined(IO_URING_IDLE) 505 505 bool __kernel_read(processor * proc, io_future_t & future, char buf[], int fd) { 506 506 $io_context * ctx = proc->io.ctx;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.