Entry in the field DbgKnownJobs.
Definition at line 188 of file threadpool.inl.
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. | |
size_t alib::threadmodel::ThreadPool::DbgKnownJobsEntry::JobSize |
The size of the job object.
Definition at line 191 of file threadpool.inl.
const std::type_info* alib::threadmodel::ThreadPool::DbgKnownJobsEntry::TID |
The job type.
Definition at line 190 of file threadpool.inl.
size_t alib::threadmodel::ThreadPool::DbgKnownJobsEntry::Usage |
Counter of scheduled jobs of this type.
Definition at line 192 of file threadpool.inl.