Resource loader thread specific data. More...
#include <kanzi/core.ui/resource/resource.hpp>
Public Member Functions | |
| KzuResourceLoaderThreadContext (kanzi::string_view name) | |
| Constructor. More... | |
Public Attributes | |
| const KzcMemoryManager * | memoryManager |
| Thread safe memory manager. More... | |
| KzsThreadLock * | threadLock |
| Thread specific lock. More... | |
Resource loader thread specific data.
|
explicit |
Constructor.
| name | Name or identifier of the loader thread, used for profiling purposes. |
| const KzcMemoryManager* KzuResourceLoaderThreadContext::memoryManager |
Thread safe memory manager.
| KzsThreadLock* KzuResourceLoaderThreadContext::threadLock |
Thread specific lock.
Needed for locking the property manager.