haproxy/include
Olivier Houchard 6aab737835 MINOR: fd cache: And the thread_mask with all_threads_mask.
When we choose to insert a fd in either the global or the local fd update list,
and the thread_mask against all_threads_mask before checking if it's tid_bit,
that way, if we run with nbthreads==1, we will always use the local list,
which is cheaper than the global one.
2018-08-17 14:50:47 +02:00
..
common BUG/MINOR: threads: Remove the unexisting lock label "UPDATED_SERVERS_LOCK" 2018-08-08 10:41:11 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: fd cache: And the thread_mask with all_threads_mask. 2018-08-17 14:50:47 +02:00
types MINOR: stream_interface: Give stream_interface its own wait_list. 2018-08-16 17:29:54 +02:00