commit | aa992761d8f3acf0026bc5dcb03d58f4e12a69bd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 23:33:20 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:41:15 2021 +0200 |
tree | 7125aed254e3fba8b50d4c090a36c827b19f05ce | |
parent | 5e03dfaaf60e3051c195c785aab0122a82b5196c [diff] |
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.