Public Attributes | |
txc_mutex_t | mutex |
unsigned int | alloc_threadstat_num |
txc_stats_threadstat_t * | alloc_threadstat_list_head |
txc_stats_threadstat_t * | alloc_threadstat_list_tail |
Definition at line 46 of file stats.c.
Head of the thread statistics list
Definition at line 49 of file stats.c.
Referenced by txc_stats_print(), txc_stats_threadstat_create(), and txc_statsmgr_destroy().
Tail of the thread statistics list
Definition at line 50 of file stats.c.
Referenced by txc_stats_threadstat_create().
unsigned int txc_statsmgr_s::alloc_threadstat_num |
Number of threads collecting statistics for
Definition at line 48 of file stats.c.
Referenced by txc_stats_threadstat_create().
Serializes accesses to this structure
Definition at line 47 of file stats.c.
Referenced by txc_stats_threadstat_create().