Lines Matching defs:mutex
68 * This mutex has two purposes:
72 * Note: if both this mutex and the stw_device::fb_mutex need to be locked,
75 CRITICAL_SECTION mutex;
80 * Note that even access to immutable members implies acquiring the mutex
135 * This is protected by stw_device::fb_mutex, not the mutex above.
138 * acquiring the stw_framebuffer::mutex of the framebuffer to be deleted.
141 * It is not necessary to acquire the mutex above to navigate the linked list
151 * This function will acquire stw_framebuffer::mutex. stw_framebuffer_unlock
174 * This function will acquire stw_framebuffer::mutex. stw_framebuffer_unlock
183 * This function will acquire stw_framebuffer::mutex. stw_framebuffer_unlock
205 EnterCriticalSection(&fb->mutex);
210 * Release stw_framebuffer::mutex lock. This framebuffer must not be accessed