Changes in libcfa/src/concurrency/io.cfa [54c1196:3caf5e3]
- File:
-
- 1 edited
-
libcfa/src/concurrency/io.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io.cfa
r54c1196 r3caf5e3 111 111 // Drain the queue 112 112 if(!__atomic_try_acquire(&ctx->cq.lock)) { 113 __STATS__( false, io.calls.locked++; )114 113 return false; 115 114 } … … 192 191 if(age > cutoff) { 193 192 remote = __cfa_do_drain( io.data[target], cltr ); 194 if(remote) __STATS__( false, io.calls.helped++; )195 193 } 196 194 }
Note:
See TracChangeset
for help on using the changeset viewer.