#include <task.h>
Definition at line 26 of file task.h.
int TaskStats::defer_count_ |
Number of entries in deferq.
Definition at line 35 of file task.h.
uint64_t TaskStats::enqueue_count_ |
Number of tasks enqueued.
Definition at line 38 of file task.h.
uint64_t TaskStats::last_exit_time_ |
Number of time stamp of latest exist.
Definition at line 44 of file task.h.
int TaskStats::run_count_ |
Number of entries currently running.
Definition at line 32 of file task.h.
uint64_t TaskStats::total_tasks_completed_ |
Number of total tasks ran.
Definition at line 41 of file task.h.
int TaskStats::wait_count_ |
Number of entries in waitq.
Definition at line 29 of file task.h.
The documentation for this struct was generated from the following file: