Ignore:
File:
1 edited

Legend:

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

    r7cf3b1d r70b4aeb9  
    196196
    197197                        if( !readyThread ) {
     198                                __tls_stats()->io.flush.idle++;
    198199                                __cfa_io_flush( this, 0 );
    199200
     
    244245
    245246                        if(this->io.pending && !this->io.dirty) {
     247                                __tls_stats()->io.flush.dirty++;
    246248                                __cfa_io_flush( this, 0 );
    247249                        }
Note: See TracChangeset for help on using the changeset viewer.