Ignore:
File:
1 edited

Legend:

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

    rf586539 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.