mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-15 02:32:57 +02:00
a bitfield has been added to know if there are runnable tasks for a thread. When a task is woken up, the bits corresponding to its thread_mask are set. When all tasks for a thread have been evaluated without any wakeup, the thread is removed from active ones by unsetting its tid_bit from the bitfield.