Searched refs:SDL_CreateSemaphore (Results 1 - 19 of 19) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/thread/dc/
H A DSDL_syssem.c36 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) function
85 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) function
H A DSDL_syscond.c49 cond->wait_sem = SDL_CreateSemaphore(0);
50 cond->wait_done = SDL_CreateSemaphore(0);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestsem.c42 sem = SDL_CreateSemaphore(0);
78 sem = SDL_CreateSemaphore(init_sem);
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
H A DSDL_syssem.c36 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) function
89 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) function
/external/qemu/distrib/sdl-1.2.15/src/thread/generic/
H A DSDL_syscond.c49 cond->wait_sem = SDL_CreateSemaphore(0);
50 cond->wait_done = SDL_CreateSemaphore(0);
H A DSDL_syssem.c33 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) function
83 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) function
H A DSDL_sysmutex.c45 mutex->sem = SDL_CreateSemaphore(1);
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/
H A DSDL_syscond.c49 cond->wait_sem = SDL_CreateSemaphore(0);
50 cond->wait_done = SDL_CreateSemaphore(0);
H A DSDL_syssem.c43 DECLSPEC SDL_sem * SDLCALL SDL_CreateSemaphore(Uint32 initial_value) function
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_mutex.h90 extern DECLSPEC SDL_sem * SDLCALL SDL_CreateSemaphore(Uint32 initial_value);
/external/qemu/distrib/sdl-1.2.15/src/thread/beos/
H A DSDL_syssem.c36 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) function
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
H A DSDL_syssem.c44 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) function
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
H A DSDL_syssem.c46 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) function
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/
H A DSDL_syssem.c65 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) function
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
H A DSDL.x89 SDL_Init SDL_InitSubSystem SDL_QuitSubSystem SDL_WasInit SDL_Quit SDL_GetAppState SDL_AudioInit SDL_AudioQuit SDL_AudioDriverName SDL_OpenAudio SDL_GetAudioStatus SDL_PauseAudio SDL_LoadWAV_RW SDL_FreeWAV SDL_BuildAudioCVT SDL_ConvertAudio SDL_MixAudio SDL_LockAudio SDL_UnlockAudio SDL_CloseAudio SDL_CDNumDrives SDL_CDName SDL_CDOpen SDL_CDStatus SDL_CDPlayTracks SDL_CDPlay SDL_CDPause SDL_CDResume SDL_CDStop SDL_CDEject SDL_CDClose SDL_HasRDTSC SDL_HasMMX SDL_HasMMXExt SDL_Has3DNow SDL_Has3DNowExt SDL_HasSSE SDL_HasSSE2 SDL_HasAltiVec SDL_SetError SDL_GetError SDL_ClearError SDL_Error SDL_PumpEvents SDL_PeepEvents SDL_PollEvent SDL_WaitEvent SDL_PushEvent SDL_SetEventFilter SDL_GetEventFilter SDL_EventState SDL_NumJoysticks SDL_JoystickName SDL_JoystickOpen SDL_JoystickOpened SDL_JoystickIndex SDL_JoystickNumAxes SDL_JoystickNumBalls SDL_JoystickNumHats SDL_JoystickNumButtons SDL_JoystickUpdate SDL_JoystickEventState SDL_JoystickGetAxis SDL_JoystickGetHat SDL_JoystickGetBall SDL_JoystickGetButton SDL_JoystickClose SDL_EnableUNICODE SDL_EnableKeyRepeat SDL_GetKeyRepeat SDL_GetKeyState SDL_GetModState SDL_SetModState SDL_GetKeyName SDL_LoadObject SDL_LoadFunction SDL_UnloadObject SDL_GetMouseState SDL_GetRelativeMouseState SDL_WarpMouse SDL_CreateCursor SDL_SetCursor SDL_GetCursor SDL_FreeCursor SDL_ShowCursor SDL_CreateMutex SDL_mutexP SDL_mutexV SDL_DestroyMutex SDL_CreateSemaphore SDL_DestroySemaphore SDL_SemWait SDL_SemTryWait SDL_SemWaitTimeout SDL_SemPost SDL_SemValue (…)
/external/qemu/distrib/sdl-1.2.15/src/thread/
H A DSDL_thread.c237 args->wait = SDL_CreateSemaphore(0);
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
H A DSDL_syssem.cpp65 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) function
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DCDPlayer.c554 callbackSem = SDL_CreateSemaphore(0);
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m791 sem1 = SDL_CreateSemaphore (0);
792 sem2 = SDL_CreateSemaphore (1);

Completed in 3806 milliseconds