HomeSort by relevance Sort by last modified time
    Searched refs:fb_mutex (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.h 74 CRITICAL_SECTION fb_mutex; member in struct:stw_device
118 EnterCriticalSection(&stw_dev->fb_mutex);
125 LeaveCriticalSection(&stw_dev->fb_mutex);
stw_device.c 128 InitializeCriticalSection(&stw_dev->fb_mutex);
199 DeleteCriticalSection(&stw_dev->fb_mutex);
stw_framebuffer.c 47 * 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

Completed in 139 milliseconds