diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-02-10 03:40:48 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-02-11 03:29:48 +0200 |
| commit | 6be26a000007af922788ccfd94ec0c6835b1d28e (patch) | |
| tree | 9fdfc1e0c405613ea726bc9295e49aa11fd1c1c5 /indra/newview/lltexturecache.h | |
| parent | 58c405ca5fde2ab73b132b1fc2652f0c41cd19c2 (diff) | |
#5356 Fix fast texture cache's mutex stall
Diffstat (limited to 'indra/newview/lltexturecache.h')
| -rw-r--r-- | indra/newview/lltexturecache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltexturecache.h b/indra/newview/lltexturecache.h index faf722dc8f..42894383fd 100644 --- a/indra/newview/lltexturecache.h +++ b/indra/newview/lltexturecache.h @@ -194,6 +194,7 @@ private: // Internal LLMutex mWorkersMutex; LLMutex mHeaderMutex; + LLMutex mHeaderIDMapMutex; LLMutex mListMutex; LLMutex mFastCacheMutex; LLAPRFile* mHeaderAPRFile; |
