Home
last modified time | relevance | path

Searched refs:fb_mutex (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_device.h76 CRITICAL_SECTION fb_mutex; member
122 EnterCriticalSection(&stw_dev->fb_mutex); in stw_lock_framebuffers()
129 LeaveCriticalSection(&stw_dev->fb_mutex); in stw_unlock_framebuffers()
Dstw_device.c126 InitializeCriticalSection(&stw_dev->fb_mutex); in stw_init()
212 DeleteCriticalSection(&stw_dev->fb_mutex); in stw_cleanup()
Dstw_framebuffer.c82 assert(stw_own_mutex(&stw_dev->fb_mutex)); in stw_framebuffer_release_locked()