Home
last modified time | relevance | path

Searched defs:criticalSection (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Common/
DResource.hpp100 MutexLock criticalSection; member in sw::Resource
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
DdeMutexWin32.c49 CRITICAL_SECTION* criticalSection = (CRITICAL_SECTION*)deMalloc(sizeof(CRITICAL_SECTION)); in deMutex_create() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DBlitter.hpp118 MutexLock criticalSection; member in sw::Blitter
/third_party/skia/third_party/externals/swiftshader/src/Main/
DSwiftConfig.hpp105 MutexLock criticalSection; // Protects reading and writing the configuration settings member in sw::SwiftConfig