haproxy/include
Olivier Houchard 1d7f37a2cb BUG/MAJOR: tasks: Use the TASK_GLOBAL flag to know if we're in the global rq.
In task_unlink_rq, to decide if we should logk the global runqueue lock,
use the TASK_GLOBAL flag instead of relying on t->thread_mask being tid_bit,
as it could be so while still being in the global runqueue if another thread
woke that task for us.

This should be backported to 1.9.
2019-03-14 16:19:11 +01:00
..
common MEDIUM: list: Use _HA_ATOMIC_* 2019-03-14 15:55:15 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto BUG/MAJOR: tasks: Use the TASK_GLOBAL flag to know if we're in the global rq. 2019-03-14 16:19:11 +01:00
types MINOR: listener: move thr_idx from the bind_conf to the listener 2019-03-07 14:08:26 +01:00