OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_Thread
(Results
26 - 32
of
32
) sorted by null
1
2
/external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_sysaudio.h
28
#include "
SDL_thread
.h"
83
SDL_Thread
*thread;
/external/qemu/distrib/sdl-1.2.12/src/timer/riscos/
SDL_systimer.c
184
#include "
SDL_thread
.h"
188
static
SDL_Thread
*timer = NULL;
/external/qemu/distrib/sdl-1.2.12/src/timer/amigaos/
SDL_systimer.c
205
#include "
SDL_thread
.h"
209
static
SDL_Thread
*timer_thread = NULL;
/external/qemu/distrib/sdl-1.2.12/src/timer/os2/
SDL_systimer.c
35
#include "
SDL_thread
.h"
183
static
SDL_Thread
*timer = NULL;
/external/qemu/distrib/sdl-1.2.12/src/timer/unix/
SDL_systimer.c
191
#include "
SDL_thread
.h"
195
static
SDL_Thread
*timer = NULL;
/external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c
59
static
SDL_Thread
*SDL_EventThread = NULL; /* Thread handle */
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.h
61
#include "
SDL_thread
.h"
111
SDL_Thread
*thread; /* thread for async updates to the screen */
Completed in 550 milliseconds
1
2