mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-03 22:00:34 -05:00
The runqueue ticks counter is per-thread and wasn't initially meant to be shared. We'll soon have to share it so let's make it atomic. It's only updated when waking up a task, and no performance difference was observed. It was moved in the thread_ctx struct so that it doesn't pollute the local cache line when it's later updated by other threads. |
||
|---|---|---|
| .. | ||
| haproxy | ||
| import | ||