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
114 EnterCriticalSection(&stw_dev->fb_mutex);
121 LeaveCriticalSection(&stw_dev->fb_mutex);
stw_device.c 110 InitializeCriticalSection(&stw_dev->fb_mutex);
174 DeleteCriticalSection(&stw_dev->fb_mutex);
stw_framebuffer.c 46 * stw_dev::fb_mutex global lock.
70 * Note: Both stw_dev::fb_mutex and stw_framebuffer::mutex must already be
80 assert(stw_own_mutex(&stw_dev->fb_mutex));
303 * stw_dev::fb_mutex, since no other thread can know about this framebuffer

Completed in 211 milliseconds