ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
ThreadPool::DbgKnownJobsEntry Struct Reference

Description:

Entry in the field DbgKnownJobs.

Definition at line 212 of file threadpool.hpp.

#include <threadpool.hpp>

Public Field Index:

size_t JobSize
 The size of the job object.
 
const std::type_info * TID
 The job type.
 
size_t Usage
 Counter of scheduled jobs of this type.
 

Field Details:

◆ JobSize

size_t JobSize

The size of the job object.

Definition at line 215 of file threadpool.hpp.

◆ TID

const std::type_info* TID

The job type.

Definition at line 214 of file threadpool.hpp.

◆ Usage

size_t Usage

Counter of scheduled jobs of this type.

Definition at line 216 of file threadpool.hpp.


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