Searched refs:fb_mutex (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_device.h74 CRITICAL_SECTION fb_mutex; member in struct:stw_device
118 EnterCriticalSection(&stw_dev->fb_mutex);
125 LeaveCriticalSection(&stw_dev->fb_mutex);
H A Dstw_device.c129 InitializeCriticalSection(&stw_dev->fb_mutex);
200 DeleteCriticalSection(&stw_dev->fb_mutex);
H A Dstw_framebuffer.c47 * stw_dev::fb_mutex global lock.
71 * Note: Both stw_dev::fb_mutex and stw_framebuffer::mutex must already be
81 assert(stw_own_mutex(&stw_dev->fb_mutex));
304 * stw_dev::fb_mutex, since no other thread can know about this framebuffer
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_device.h78 CRITICAL_SECTION fb_mutex; member in struct:stw_device
141 EnterCriticalSection(&stw_dev->fb_mutex);
148 LeaveCriticalSection(&stw_dev->fb_mutex);
H A Dstw_device.c143 InitializeCriticalSection(&stw_dev->fb_mutex);
241 DeleteCriticalSection(&stw_dev->fb_mutex);
H A Dstw_framebuffer.c49 * stw_dev::fb_mutex global lock.
73 * Note: Both stw_dev::fb_mutex and stw_framebuffer::mutex must already be
84 assert(stw_own_mutex(&stw_dev->fb_mutex) || fb->owner == STW_FRAMEBUFFER_EGL_WINDOW);
315 * stw_dev::fb_mutex, since no other thread can know about this framebuffer
333 * It's not necessary to hold stw_dev::fb_mutex global lock.

Completed in 9 milliseconds