Changes in libcfa/src/concurrency/io.cfa [1afd9ccb:26544f9]
- File:
-
- 1 edited
-
libcfa/src/concurrency/io.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io.cfa
r1afd9ccb r26544f9 15 15 16 16 #define __cforall_thread__ 17 #define _GNU_SOURCE 17 18 18 19 #if defined(__CFA_DEBUG__) … … 295 296 // make sure the target hasn't stopped existing since last time 296 297 HELP: if(target < ctxs_count) { 297 // calculate it's age and how young it could be before we give up on helping298 // calculate it's age and how young it could be before we give ip on helping 298 299 const __readyQ_avg_t cutoff = calc_cutoff(ctsc, ctx->cq.id, ctxs_count, io.data, io.tscs, __shard_factor.io, false); 299 300 const __readyQ_avg_t age = moving_average(ctsc, io.tscs[target].t.tv, io.tscs[target].t.ma, false);
Note:
See TracChangeset
for help on using the changeset viewer.