![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
Statistics about the current state of the threadpool. More...
#include <threadpool.h>
Data Fields | |
uint8_t | active_threads |
uint8_t | dormant_threads |
size_t | backlog_size |
Statistics about the current state of the threadpool.
Definition at line 55 of file threadpool.h.
uint8_t threadpool_info::active_threads |
Definition at line 56 of file threadpool.h.
uint8_t threadpool_info::dormant_threads |
Definition at line 57 of file threadpool.h.
size_t threadpool_info::backlog_size |
Definition at line 58 of file threadpool.h.