Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_device.h67 CRITICAL_SECTION ctx_mutex; member
100 EnterCriticalSection(&stw_dev->ctx_mutex); in stw_lock_contexts()
107 LeaveCriticalSection(&stw_dev->ctx_mutex); in stw_unlock_contexts()
Dstw_device.c109 InitializeCriticalSection(&stw_dev->ctx_mutex); in stw_init()
175 DeleteCriticalSection(&stw_dev->ctx_mutex); in stw_cleanup()