Ignore:
File:
1 edited

Legend:

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

    r92976d9 rf586539  
    262262        threads{ __get };
    263263
    264         __kernel_io_startup( this );
    265 
    266264        doregister(this);
    267265}
    268266
    269267void ^?{}(cluster & this) {
    270         __kernel_io_shutdown( this );
    271 
    272268        unregister(this);
    273269}
     
    812808        ^(*mainThread){};
    813809
    814         ^(*mainCluster){};
    815 
    816810        ^(__cfa_dbg_global_clusters.list){};
    817811        ^(__cfa_dbg_global_clusters.lock){};
Note: See TracChangeset for help on using the changeset viewer.