Ignore:
File:
1 edited

Legend:

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

    rca0c311 ra0a949c  
    528528        this.name = name;
    529529        this.cltr = &_cltr;
    530     __atomic_add_fetch( &_cltr.procs.constructed, 1u, __ATOMIC_RELAXED );
    531530        this.rdq.its = 0;
    532531        this.rdq.itr = 0;
     
    596595        __cfadbg_print_safe(runtime_core, "Kernel : core %p signaling termination\n", &this);
    597596
    598     __atomic_sub_fetch( &this.cltr->procs.constructed, 1u, __ATOMIC_RELAXED );
    599 
    600597        __atomic_store_n(&do_terminate, true, __ATOMIC_RELAXED);
    601598        __disable_interrupts_checked();
     
    618615        this.fdw   = 0p;
    619616        this.idle  = 0;
    620     this.constructed = 0;
    621617        this.total = 0;
    622618}
Note: See TracChangeset for help on using the changeset viewer.