Ignore:
File:
1 edited

Legend:

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

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