Changeset d5cdbed
- Timestamp:
- Mar 28, 2022, 4:29:41 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 7425720
- Parents:
- 37a3aa23
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io.cfa
r37a3aa23 rd5cdbed 678 678 __atomic_acquire( &proc->io.ctx->cq.lock ); 679 679 680 with( this->idle_wctx) {680 with( proc->idle_wctx) { 681 681 682 682 // Do we already have a pending read … … 692 692 693 693 __ioarbiter_flush( *proc->io.ctx ); 694 ioring_syscsll(ctx, 1, IORING_ENTER_GETEVENTS); 695 694 ioring_syscsll( *proc->io.ctx, 1, IORING_ENTER_GETEVENTS); 695 696 ready_schedule_lock(); 696 697 __cfa_do_drain( proc->io.ctx, proc->cltr ); 698 ready_schedule_unlock(); 697 699 } 698 700 #endif
Note: See TracChangeset
for help on using the changeset viewer.