haproxy/include
Christopher Faulet 76b44195c9 MINOR: threads: Only consider running threads to end a thread harmeless period
When a thread ends its harmeless period, we must only consider running
threads when testing threads_want_rdv_mask mask. To do so, we reintroduce
all_threads_mask mask in the bitwise operation (It was removed to fix a
deadlock).

Note that for now it is useless because there is no way to stop threads or
to have threads reserved for another task. But it is safer this way to avoid
bugs in the future.
2021-04-17 11:14:58 +02:00
..
haproxy MINOR: threads: Only consider running threads to end a thread harmeless period 2021-04-17 11:14:58 +02:00
import MINOR: sample: converter: Add mjson library. 2021-04-15 17:05:38 +02:00