| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
tps_taskprocessor_stats maintain statistics for a taskprocessor. More...
| Data Fields | |
| unsigned long | _tasks_processed_count | 
| This is the current number of tasks processed. | |
| unsigned long | max_qsize | 
| This is the maximum number of tasks queued at any one time. | |
tps_taskprocessor_stats maintain statistics for a taskprocessor.
Definition at line 61 of file taskprocessor.c.
| unsigned long _tasks_processed_count | 
This is the current number of tasks processed.
Definition at line 65 of file taskprocessor.c.
Referenced by ast_taskprocessor_execute(), tps_report_taskprocessor_list_helper(), and tps_reset_stats().
| unsigned long max_qsize | 
This is the maximum number of tasks queued at any one time.
Definition at line 63 of file taskprocessor.c.
Referenced by ast_taskprocessor_execute(), tps_report_taskprocessor_list_helper(), and tps_reset_stats().