Changeset fcd65ca for libcfa/src
- Timestamp:
- Sep 23, 2021, 1:19:02 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 24e321c
- Parents:
- 089d30c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/ready_queue.cfa
r089d30c rfcd65ca 382 382 unsigned target = proc->rdq.target; 383 383 proc->rdq.target = -1u; 384 lanes.help[target ].tri++;384 lanes.help[target / READYQ_SHARD_FACTOR].tri++; 385 385 if(moving_average(ctsc - lanes.tscs[target].tv, lanes.tscs[target].ma) > cutoff) { 386 386 thread$ * t = try_pop(cltr, target __STATS(, __tls_stats()->ready.pop.help));
Note: See TracChangeset
for help on using the changeset viewer.