mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-02-27 12:11:17 +01:00
a bitfield has been added to know if there are runnable applets for a thread. When an applet is woken up, the bits corresponding to its thread_mask are set. When all active applets for a thread is get to be processed, the thread is removed from active ones by unsetting its tid_bit from the bitfield.