Home
last modified time | relevance | path

Searched refs:SDL_Unlock_EventThread (Results 1 – 14 of 14) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_wm.c54 SDL_Unlock_EventThread(); in ph_SetCaption()
70 SDL_Unlock_EventThread(); in ph_IconifyWindow()
91 SDL_Unlock_EventThread(); in ph_GrabInputNoLock()
100 SDL_Unlock_EventThread(); in ph_GrabInput()
DSDL_ph_mouse.c45 SDL_Unlock_EventThread(); in ph_FreeWMCursor()
164 SDL_Unlock_EventThread(); in ph_ShowWMCursor()
177 SDL_Unlock_EventThread(); in ph_WarpWMCursor()
219 SDL_Unlock_EventThread(); in ph_UpdateMouse()
DSDL_ph_video.c562 SDL_Unlock_EventThread(); in ph_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11mouse.c46 SDL_Unlock_EventThread(); in X11_FreeWMCursor()
141 SDL_Unlock_EventThread(); in X11_CreateWMCursor()
165 SDL_Unlock_EventThread(); in X11_ShowWMCursor()
183 SDL_Unlock_EventThread(); in X11_WarpWMCursor()
287 SDL_Unlock_EventThread(); in X11_CheckMouseMode()
DSDL_x11wm.c240 SDL_Unlock_EventThread(); in X11_SetIcon()
313 SDL_Unlock_EventThread(); in X11_SetCaption()
324 SDL_Unlock_EventThread(); in X11_IconifyWindow()
381 SDL_Unlock_EventThread(); in X11_SetWindowPos()
400 SDL_Unlock_EventThread(); in X11_GetWindowPos()
465 SDL_Unlock_EventThread(); in X11_IsWindowVisible()
526 SDL_Unlock_EventThread();
588 SDL_Unlock_EventThread();
DSDL_x11gamma.c89 SDL_Unlock_EventThread(); in X11_SetVidModeGamma()
116 SDL_Unlock_EventThread(); in X11_GetVidModeGamma()
DSDL_x11video.c1245 SDL_Unlock_EventThread(); in X11_SetVideoMode()
1277 SDL_Unlock_EventThread(); in X11_ToggleFullScreen()
1303 SDL_Unlock_EventThread(); in X11_UpdateMouse()
DSDL_x11gl.c350 SDL_Unlock_EventThread(); in X11_GL_MakeCurrent()
/external/qemu/distrib/sdl-1.2.15/src/joystick/
DSDL_joystick.c36 #define SDL_Unlock_EventThread() macro
176 SDL_Unlock_EventThread(); in SDL_JoystickOpen()
382 SDL_Unlock_EventThread(); in SDL_JoystickClose()
408 SDL_Unlock_EventThread(); in SDL_JoystickQuit()
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
DSDL_nxwm.c43 SDL_Unlock_EventThread () ; in NX_SetCaption()
DSDL_nxmouse.c71 SDL_Unlock_EventThread () ; in NX_WarpWMCursor()
DSDL_nxvideo.c389 SDL_Unlock_EventThread () ; in NX_SetVideoMode()
450 SDL_Unlock_EventThread () ; in NX_ToggleFullScreen()
481 SDL_Unlock_EventThread () ; in NX_UpdateMouse()
/external/qemu/distrib/sdl-1.2.15/src/events/
DSDL_events_c.h33 extern void SDL_Unlock_EventThread(void);
DSDL_events.c72 void SDL_Unlock_EventThread(void) in SDL_Unlock_EventThread() function