Ignore:
File:
1 edited

Legend:

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

    r3caf5e3 r54c1196  
    111111                // Drain the queue
    112112                if(!__atomic_try_acquire(&ctx->cq.lock)) {
     113                        __STATS__( false, io.calls.locked++; )
    113114                        return false;
    114115                }
     
    191192                                        if(age > cutoff) {
    192193                                                remote = __cfa_do_drain( io.data[target], cltr );
     194                                                if(remote) __STATS__( false, io.calls.helped++; )
    193195                                        }
    194196                                }
Note: See TracChangeset for help on using the changeset viewer.