Ignore:
Timestamp:
Dec 15, 2022, 12:08:44 PM (18 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
e716aec
Parents:
1ab773e0
Message:

added helping and lock to allow remote processors to flush unresponsive procs

File:
1 edited

Legend:

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

    r1ab773e0 r26544f9  
    258258                __cfadbg_print_safe(runtime_core, "Kernel : core %p stopping\n", this);
    259259        }
     260
     261        __cfa_io_flush( this );
     262        __cfa_io_drain( this );
    260263
    261264        post( this->terminated );
Note: See TracChangeset for help on using the changeset viewer.