haproxy/include
Willy Tarreau e6a02fa65a MINOR: threads: add a "stuck" flag to the thread_info struct
This flag is constantly cleared by the scheduler and will be set by the
watchdog timer to detect stuck threads. It is also set by the "show
threads" command so that it is easy to spot if the situation has evolved
between two subsequent calls : if the first "show threads" shows no stuck
thread and the second one shows such a stuck thread, it indicates that
this thread didn't manage to make any forward progress since the previous
call, which is extremely suspicious.
2019-05-22 11:50:48 +02:00
..
common MINOR: threads: add a "stuck" flag to the thread_info struct 2019-05-22 11:50:48 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: stream: introduce a stream_dump() function and use it in stream_dump_and_crash() 2019-05-22 11:50:48 +02:00
types MAJOR: polling: add event ports support (Solaris) 2019-05-21 15:16:45 +02:00