-
- Downloads
Replace std::recursive_mutex with LLMutex inside LLSingleton as the recursive...
Replace std::recursive_mutex with LLMutex inside LLSingleton as the recursive mutex impl to avoid virtual dispatch overhead of std::mutex on msvc
Showing
- indra/llcommon/llmutex.h 108 additions, 2 deletionsindra/llcommon/llmutex.h
- indra/llcommon/llsingleton.cpp 4 additions, 3 deletionsindra/llcommon/llsingleton.cpp
- indra/llcommon/llsingleton.h 3 additions, 2 deletionsindra/llcommon/llsingleton.h
- indra/llcommon/lockstatic.h 2 additions, 2 deletionsindra/llcommon/lockstatic.h
Loading
Please register or sign in to comment