kinetic-c  v0.12.0
Seagate Kinetic Protocol Client Library for C
Data Fields
threadpool_info Struct Reference

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
 

Detailed Description

Statistics about the current state of the threadpool.

Definition at line 55 of file threadpool.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: