Home
last modified time | relevance | path

Searched refs:ctx_mutex (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_device.h71 CRITICAL_SECTION ctx_mutex; member
117 EnterCriticalSection(&stw_dev->ctx_mutex); in stw_lock_contexts()
124 LeaveCriticalSection(&stw_dev->ctx_mutex); in stw_unlock_contexts()
Dstw_device.c142 InitializeCriticalSection(&stw_dev->ctx_mutex); in stw_init()
242 DeleteCriticalSection(&stw_dev->ctx_mutex); in stw_cleanup()