SPH
|
Public Attributes | |
ThreadPool * | parentPool = nullptr |
Owner of this thread. More... | |
Size | index = Size(-1) |
Index of this thread in the parent thread pool (not std::this_thread::get_id() !) More... | |
SharedPtr< Task > | current = nullptr |
Task currently processed by this thread. More... | |
ThreadPool* ThreadContext::parentPool = nullptr |