Ignore:
File:
1 edited

Legend:

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

    rdd46fd3 rf5f2768  
    1010// Created On       : Tue Jan 17 12:27:26 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Nov 30 18:14:08 2022
    13 // Update Count     : 76
     12// Last Modified On : Mon Jan  9 08:42:05 2023
     13// Update Count     : 77
    1414//
    1515
    1616#define __cforall_thread__
    17 #define _GNU_SOURCE
    1817
    1918// #define __CFA_DEBUG_PRINT_RUNTIME_CORE__
     
    258257                __cfadbg_print_safe(runtime_core, "Kernel : core %p stopping\n", this);
    259258        }
     259
     260        __cfa_io_flush( this );
     261        __cfa_io_drain( this );
    260262
    261263        post( this->terminated );
Note: See TracChangeset for help on using the changeset viewer.