mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 06:42:45 +02:00
haproxy.c still has to deal with pthread-specific low-level stuff that is OS-dependent. We should not have to deal with this there, and we do not need to access pthread anywhere else. Let's move these 3 functions to thread.c and keep empty inline ones for when threads are disabled.