CLEANUP: thread: uninline ha_tkill/ha_tkillall/ha_cpu_relax()
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 21:33:20 +0000 (23:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:41:15 +0000 (01:41 +0200)
commitaa992761d8f3acf0026bc5dcb03d58f4e12a69bd
tree7125aed254e3fba8b50d4c090a36c827b19f05ce
parent5e03dfaaf60e3051c195c785aab0122a82b5196c
CLEANUP: thread: uninline ha_tkill/ha_tkillall/ha_cpu_relax()

These ones are rarely used or only to waste CPU cycles waiting, and are
the last ones requiring system includes in thread.h. Let's uninline them
and move them to thread.c.
include/haproxy/thread.h
src/thread.c