Ignore:
Timestamp:
Mar 28, 2022, 4:29:41 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
7425720
Parents:
37a3aa23
Message:

Fix build from machine where I can actually test

File:
1 edited

Legend:

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

    r37a3aa23 rd5cdbed  
    678678                        __atomic_acquire( &proc->io.ctx->cq.lock );
    679679
    680                         with( this->idle_wctx) {
     680                        with( proc->idle_wctx) {
    681681
    682682                                // Do we already have a pending read
     
    692692
    693693                        __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();
    696697                        __cfa_do_drain( proc->io.ctx, proc->cltr );
     698                        ready_schedule_unlock();
    697699                }
    698700        #endif
Note: See TracChangeset for help on using the changeset viewer.