commit | 2c41d77ebc8c47374784d00e7026b484fbb56389 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Feb 24 16:13:03 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Feb 24 17:42:04 2021 +0100 |
tree | 3bf39e483eca4cc0fb3a3cc1fabb0275de13d09d | |
parent | 9c7b8085f4cad284642e7f67d2274f2fb568f243 [diff] |
MINOR: tasks: do not maintain the rqueue_size counter anymore This one is exclusively used as a boolean nowadays and is non-zero only when the thread-local run queue is not empty. Better check the root tree's pointer and avoid updating this counter all the time.