Ignore:
File:
1 edited

Legend:

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

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