|
CX Framework
Cross-platform C utility framework
|
Queue monitoring configuration for detecting stalled tasks. More...
#include <taskqueue_shared.h>
Data Fields | |
| int64 | mInterval |
| How often the monitor checks the queue (0 to disable) | |
| int64 | mSuppress |
| Suppress repeated warnings for this duration after emitting one. | |
| int64 | mTaskRunning |
| Warn if a task has been running longer than this. | |
| int64 | mTaskWaiting |
| Warn if a task has been waiting for a worker longer than this. | |
| int64 | mTaskStalled |
| Warn if a deferred task hasn't made progress in this time. | |
| LogCategory * | mLogCat |
| Custom log category for monitor messages (NULL for default) | |
Queue monitoring configuration for detecting stalled tasks.
Definition at line 78 of file taskqueue_shared.h.