Public Attributes | |
m_mutex_t | mutex |
char * | output_file |
unsigned int | alloc_threadstat_num |
m_stats_threadstat_t * | alloc_threadstat_list_head |
m_stats_threadstat_t * | alloc_threadstat_list_tail |
char * | output_file |
m_stats_threadstat_t * | alloc_threadstat_list_head |
m_stats_threadstat_t * | alloc_threadstat_list_tail |
Definition at line 82 of file stats_generic.c.
Head of the thread statistics list
Definition at line 86 of file stats_generic.c.
Referenced by m_stats_print(), m_stats_threadstat_create(), and m_statsmgr_destroy().
Tail of the thread statistics list
Definition at line 87 of file stats_generic.c.
Referenced by m_stats_threadstat_create().
unsigned int m_statsmgr_s::alloc_threadstat_num |
Number of threads collecting statistics for
Definition at line 85 of file stats_generic.c.
Referenced by m_stats_threadstat_create().
Serializes accesses to this structure
Definition at line 83 of file stats_generic.c.
Referenced by m_stats_threadstat_create().