Public Member Functions | |
WriteResponder (LLTextureCache *cache, handle_t handle) | |
~WriteResponder () | |
void | completed (S32 bytes) |
Public Attributes | |
LLTextureCache * | mCache |
LLTextureCacheWorker::handle_t | mHandle |
Definition at line 78 of file lltexturecache.cpp.
LLTextureCacheWorker::WriteResponder::WriteResponder | ( | LLTextureCache * | cache, | |
handle_t | handle | |||
) | [inline] |
Definition at line 81 of file lltexturecache.cpp.
LLTextureCacheWorker::WriteResponder::~WriteResponder | ( | ) | [inline] |
Definition at line 82 of file lltexturecache.cpp.
Implements LLLFSThread::Responder.
Definition at line 83 of file lltexturecache.cpp.
References LLTextureCache::getWriter(), LLTextureCacheWorker::ioComplete(), LLTextureCache::lockWorkers(), mCache, mHandle, and LLTextureCache::unlockWorkers().