OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sdl_timer_mutex
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/timer/
SDL_timer.c
50
static SDL_mutex *
SDL_timer_mutex
;
82
SDL_timer_mutex
= SDL_CreateMutex();
97
SDL_DestroyMutex(
SDL_timer_mutex
);
98
SDL_timer_mutex
= NULL;
110
SDL_mutexP(
SDL_timer_mutex
);
130
SDL_mutexV(
SDL_timer_mutex
);
132
SDL_mutexP(
SDL_timer_mutex
);
162
SDL_mutexV(
SDL_timer_mutex
);
188
if ( !
SDL_timer_mutex
) {
200
SDL_mutexP(
SDL_timer_mutex
);
[
all
...]
/prebuilts/tools/linux-x86/sdl/libs/
lib64SDL.a
[
all
...]
libSDL.a
[
all
...]
/prebuilts/tools/windows/sdl/libs/
libSDL.a
[
all
...]
Completed in 417 milliseconds