Entry in the field DbgKnownJobs.
Definition at line 226 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 229 of file threadpool.inl.
| const std::type_info* alib::threadmodel::ThreadPool::DbgKnownJobsEntry::TID |
The job type.
Definition at line 228 of file threadpool.inl.
| size_t alib::threadmodel::ThreadPool::DbgKnownJobsEntry::Usage |
Counter of scheduled jobs of this type.
Definition at line 230 of file threadpool.inl.