CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
TaskQueueMonitorConfig Struct Reference

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.
 
LogCategorymLogCat
 Custom log category for monitor messages (NULL for default)
 

Detailed Description

Queue monitoring configuration for detecting stalled tasks.

Definition at line 78 of file taskqueue_shared.h.


The documentation for this struct was generated from the following file: