OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_Thread
(Results
26 - 34
of
34
) sorted by null
1
2
/external/qemu/distrib/sdl-1.2.15/test/
testlock.c
11
#include "
SDL_thread
.h"
15
static
SDL_Thread
*threads[6];
testsem.c
9
#include "
SDL_thread
.h"
60
SDL_Thread
*threads[NUM_THREADS];
threadwin.c
9
#include "
SDL_thread
.h"
234
SDL_Thread
*mouse_thread;
235
SDL_Thread
*keybd_thread;
/external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_sysaudio.h
28
#include "
SDL_thread
.h"
85
SDL_Thread
*thread;
/external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
SDL_systimer.c
184
#include "
SDL_thread
.h"
188
static
SDL_Thread
*timer = NULL;
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
SDL_systimer.c
35
#include "
SDL_thread
.h"
183
static
SDL_Thread
*timer = NULL;
/external/qemu/distrib/sdl-1.2.15/src/timer/unix/
SDL_systimer.c
191
#include "
SDL_thread
.h"
195
static
SDL_Thread
*timer = NULL;
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h
60
#include "
SDL_thread
.h"
119
SDL_Thread
*thread; /* thread for async updates to the screen */
/external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c
59
static
SDL_Thread
*SDL_EventThread = NULL; /* Thread handle */
Completed in 93 milliseconds
1
2