Ignore:
Timestamp:
Apr 10, 2020, 11:20:31 AM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
7df014f
Parents:
72828a8
Message:

Implemented basic io_uring setup and poller

File:
1 edited

Legend:

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

    r72828a8 r92976d9  
    262262        threads{ __get };
    263263
     264        __kernel_io_startup( this );
     265
    264266        doregister(this);
    265267}
    266268
    267269void ^?{}(cluster & this) {
     270        __kernel_io_shutdown( this );
     271
    268272        unregister(this);
    269273}
     
    808812        ^(*mainThread){};
    809813
     814        ^(*mainCluster){};
     815
    810816        ^(__cfa_dbg_global_clusters.list){};
    811817        ^(__cfa_dbg_global_clusters.lock){};
Note: See TracChangeset for help on using the changeset viewer.