OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Caca_mutex
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacaevents.c
54
SDL_mutexP(
Caca_mutex
);
56
SDL_mutexV(
Caca_mutex
);
SDL_cacavideo.h
73
#define
Caca_mutex
(this->hidden->mutex)
SDL_cacavideo.c
155
Caca_mutex
= SDL_CreateMutex();
264
SDL_mutexP(
Caca_mutex
);
266
SDL_mutexV(
Caca_mutex
);
272
SDL_mutexP(
Caca_mutex
);
276
SDL_mutexV(
Caca_mutex
);
302
SDL_DestroyMutex(
Caca_mutex
);
Completed in 1556 milliseconds