haproxy/include
Willy Tarreau f3efef4d60 MINOR: thread: make wake_thread() take care of the sleeping threads mask
Almost every call place of wake_thread() checks for sleeping threads and
clears the sleeping mask itself, while the function is solely used for
there. Let's move the check and the clearing of the bit inside the function
itself. Note that updt_fd_polling() still performs the check because its
rules are a bit different.
2022-07-01 19:15:14 +02:00
..
haproxy MINOR: thread: make wake_thread() take care of the sleeping threads mask 2022-07-01 19:15:14 +02:00
import