Home
last modified time | relevance | path

Searched refs:fontBuffersMutex_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.cpp142 std::shared_lock readerLock(fontBuffersMutex_); in CreateFontBuffer()
151 std::lock_guard writerLock(fontBuffersMutex_); in CreateFontBuffer()
202 std::shared_lock readerLock(fontBuffersMutex_); in CreateFontFromMemory()
208 std::lock_guard writerLock(fontBuffersMutex_); in CreateFontFromMemory()
513 std::lock_guard writerLock(fontBuffersMutex_); in Gc()
H A Dfont_manager.h183 std::shared_mutex fontBuffersMutex_; // mutex for file data cache access member in final

Completed in 2 milliseconds