haproxy/include
Willy Tarreau 619a95f5ad MEDIUM: init/mworker: make the pipe register function a regular initcall
Now that we have the guarantee that init calls happen before any other
thread starts, we don't need anymore the workaround installed by commit
1605c7ae6 ("BUG/MEDIUM: threads/mworker: fix a race on startup") and we
can instead rely on a regular per-thread initcall for this function. It
will only be performed on worker thread #0, the other ones and the master
have nothing to do, just like in the original code that was only moved
to the function.
2019-05-20 11:26:12 +02:00
..
common MEDIUM: debug/threads: implement an advanced thread dump system 2019-05-17 17:16:20 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MEDIUM: init/mworker: make the pipe register function a regular initcall 2019-05-20 11:26:12 +02:00
types MEDIUM: Make 'option forceclose' actually warn 2019-05-16 18:02:03 +02:00