Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_device.h69 CRITICAL_SECTION ctx_mutex; member
108 EnterCriticalSection(&stw_dev->ctx_mutex); in stw_lock_contexts()
115 LeaveCriticalSection(&stw_dev->ctx_mutex); in stw_unlock_contexts()
Dstw_device.c125 InitializeCriticalSection(&stw_dev->ctx_mutex); in stw_init()
213 DeleteCriticalSection(&stw_dev->ctx_mutex); in stw_cleanup()