OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sdl_createsemaphore
(Results
26 - 43
of
43
) sorted by null
1
2
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
SDL_syssem.c
46
SDL_sem *
SDL_CreateSemaphore
(Uint32 initial_value)
/external/qemu/distrib/sdl-1.2.15/docs/html/
thread.html
137
>
SDL_CreateSemaphore
</A
145
>
SDL_CreateSemaphore
</A
sdlsempost.html
196
>
SDL_CreateSemaphore
</TT
sdlsemtrywait.html
216
>
SDL_CreateSemaphore
</TT
sdlsemwait.html
195
>
SDL_CreateSemaphore
</TT
sdlsemwaittimeout.html
219
>
SDL_CreateSemaphore
</TT
index.html
857
>
SDL_CreateSemaphore
</A
865
>
SDL_CreateSemaphore
</A
/external/qemu/distrib/sdl-1.2.15/include/
SDL_mutex.h
90
extern DECLSPEC SDL_sem * SDLCALL
SDL_CreateSemaphore
(Uint32 initial_value);
/external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread.c
237
args->wait =
SDL_CreateSemaphore
(0);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_mutex.h
90
extern DECLSPEC SDL_sem * SDLCALL
SDL_CreateSemaphore
(Uint32 initial_value);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_mutex.h
90
extern DECLSPEC SDL_sem * SDLCALL
SDL_CreateSemaphore
(Uint32 initial_value);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_mutex.h
90
extern DECLSPEC SDL_sem * SDLCALL
SDL_CreateSemaphore
(Uint32 initial_value);
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c
554
callbackSem =
SDL_CreateSemaphore
(0);
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m
791
sem1 =
SDL_CreateSemaphore
(0);
792
sem2 =
SDL_CreateSemaphore
(1);
[
all
...]
/external/qemu/distrib/sdl-1.2.15/
WhatsNew
270
SDL_CreateSemaphore
()
/prebuilts/tools/linux-x86/sdl/libs/
lib64SDL.a
9
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?: ?: ?: ?: ?: ?n ?n ?n ?n ?n ?n ?n ?n ?n ?n ? ? ? ? ? ? ? ? ? ?j ?j ?j ?j ?j ?j ?j ?j ?j ?j ?j ? ? ? ? ? ? ? ? ? ? ? ? R? R? R? R? R? R? q q q ?R ?R ?R ?R ?R ?R ?R ?R ?R ?R ?R ?R =P =P =P =P =P =P Y? Y? Y? Y? Y? Y? Y? Y? Y? Y?SDL_InitSubSystem SDL_Init SDL_QuitSubSystem SDL_WasInit SDL_Quit SDL_Linked_Version SDL_SetError SDL_GetErrorMsg SDL_GetError SDL_ClearError SDL_Error SDL_InstallParachute SDL_UninstallParachute SDL_AppActiveInit SDL_AppActiveQuit SDL_GetAppState SDL_PrivateAppActive SDL_EventOK SDL_ProcessEvents SDL_Lock_EventThread SDL_Unlock_EventThread SDL_EventThreadID SDL_StopEventLoop SDL_StartEventLoop SDL_PeepEvents SDL_PumpEvents SDL_PollEvent SDL_WaitEvent SDL_PushEvent SDL_SetEventFilter SDL_GetEventFilter SDL_EventState SDL_PrivateSysWMEvent SDL_PrivateExpose SDL_TranslateUNICODE SDL_KeyRepeat SDL_KeyboardInit SDL_EnableUNICODE SDL_EnableKeyRepeat SDL_KeyboardQuit SDL_ResetKeyboard SDL_PrivateKeyboard SDL_GetKeyState SDL_GetModState SDL_SetModState SDL_GetKeyName SDL_CheckKeyRepeat SDL_GetKeyRepeat SDL_MouseInit SDL_MouseQuit SDL_ResetMouse SDL_PrivateMouseButton SDL_GetMouseState SDL_GetRelativeMouseState SDL_SetMouseRange SDL_PrivateMouseMotion SDL_PrivateQuit SDL_QuitInit SDL_QuitQuit SDL_PrivateResize SDL_FreeRW SDL_RWFromFile SDL_RWFromFP SDL_AllocRW SDL_RWFromMem SDL_RWFromConstMem SDL_ReadLE16 SDL_ReadBE16 SDL_ReadLE32 SDL_ReadBE32 SDL_ReadLE64 SDL_ReadBE64 SDL_WriteLE16 SDL_WriteBE16 SDL_WriteLE32 SDL_WriteBE32 SDL_WriteLE64 SDL_WriteBE64 SDL_iconv SDL_iconv_string SDL_revcpy SDL_strlcpy SDL_strlcat SDL_strrev SDL_strupr SDL_strlwr SDL_strstr SDL_ltoa SDL_ultoa SDL_lltoa SDL_ulltoa SDL_strncasecmp SDL_sscanf SDL_snprintf SDL_HasRDTSC SDL_HasMMX SDL_HasMMXExt SDL_Has3DNow SDL_Has3DNowExt SDL_HasSSE SDL_HasSSE2 SDL_HasAltiVec SDL_LoadObject SDL_LoadFunction SDL_UnloadObject SDL_ThreadsInit SDL_ThreadsQuit SDL_GetErrBuf SDL_RunThread SDL_CreateThread SDL_WaitThread SDL_GetThreadID SDL_KillThread SDL_CreateCond SDL_DestroyCond SDL_CondSignal SDL_CondBroadcast SDL_CondWaitTimeout SDL_CondWait SDL_CreateMutex SDL_DestroyMutex SDL_mutexP SDL_mutexV
SDL_CreateSemaphore