haproxy/include
Olivier Houchard cfbb3e6560 MEDIUM: tasks: Get rid of active_tasks_mask.
Remove the active_tasks_mask variable, we can deduce if we've work to do
by other means, and it is costly to maintain. Instead, introduce a new
function, thread_has_tasks(), that returns non-zero if there's tasks
scheduled for the thread, zero otherwise.
2019-05-29 21:53:37 +02:00
..
common MEDIUM: buffers: relax the buffer lock a little bit 2019-05-28 17:25:21 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MEDIUM: tasks: Get rid of active_tasks_mask. 2019-05-29 21:53:37 +02:00
types MEDIUM: sessions: Introduce session flags. 2019-05-29 15:41:47 +02:00