commit | a0b99536c83e41b8419b1f8d7e14521a6020a92c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 30 18:48:37 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 08 17:22:26 2021 +0200 |
tree | 7db552b5ed9a916479e6e5a676a9535d683936f5 | |
parent | 45c38e22bfd073fec58a743be16adb8b3ec1b10f [diff] |
REORG: thread/sched: move the thread_info flags to the thread_ctx The TI_FL_STUCK flag is manipulated by the watchdog and scheduler and describes the apparent life/death of a thread so it changes all the time and it makes sense to move it to the thread's context for an active thread.