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
104 EnterCriticalSection(&stw_dev->ctx_mutex); in stw_lock_contexts()
111 LeaveCriticalSection(&stw_dev->ctx_mutex); in stw_unlock_contexts()
Dstw_device.c127 InitializeCriticalSection(&stw_dev->ctx_mutex); in stw_init()
200 DeleteCriticalSection(&stw_dev->ctx_mutex); in stw_cleanup()