HomeSort by relevance Sort by last modified time
    Searched full:sdl_destroysemaphore (Results 1 - 25 of 41) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_DestroySemaphore.3 1 .TH "SDL_DestroySemaphore" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference"
3 SDL_DestroySemaphore \- Destroys a semaphore that was created by \fISDL_CreateSemaphore\fR\&.
18 SDL_DestroySemaphore(my_sem);
SDL_SemValue.3 
SDL_SemPost.3 
SDL_CreateSemaphore.3 
SDL_SemTryWait.3 
SDL_SemWait.3 
SDL_SemWaitTimeout.3 
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdldestroysemaphore.html 4 >SDL_DestroySemaphore</TITLE
75 >SDL_DestroySemaphore</H1
83 >SDL_DestroySemaphore&nbsp;--&nbsp;Destroys a semaphore that was created by <A
111 >SDL_DestroySemaphore</B
129 >SDL_DestroySemaphore</TT
158 SDL_DestroySemaphore(my_sem);
sdlcreatesemaphore.html 19 TITLE="SDL_DestroySemaphore"
200 >SDL_DestroySemaphore</TT
297 >SDL_DestroySemaphore</TD
sdlsemwait.html 16 TITLE="SDL_DestroySemaphore"
202 >SDL_DestroySemaphore</TT
278 >SDL_DestroySemaphore</TD
sdlsemvalue.html 177 >SDL_DestroySemaphore</TT
  /external/qemu/distrib/sdl-1.2.15/src/thread/generic/
SDL_syssem.c 39 void SDL_DestroySemaphore(SDL_sem *sem)
98 SDL_DestroySemaphore(sem);
108 void SDL_DestroySemaphore(SDL_sem *sem)
SDL_sysmutex.c 63 SDL_DestroySemaphore(mutex->sem);
SDL_syscond.c 67 SDL_DestroySemaphore(cond->wait_sem);
70 SDL_DestroySemaphore(cond->wait_done);
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
SDL.x 90 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 SDL_CreateCond SDL_D (…)
  /external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_syssem.c 42 void SDL_DestroySemaphore(SDL_sem *sem)
93 void SDL_DestroySemaphore(SDL_sem *sem)
SDL_syscond.c 67 SDL_DestroySemaphore(cond->wait_sem);
70 SDL_DestroySemaphore(cond->wait_done);
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_syssem.c 42 void SDL_DestroySemaphore(SDL_sem *sem)
106 void SDL_DestroySemaphore(SDL_sem *sem)
  /external/qemu/distrib/sdl-1.2.15/test/
testsem.c 97 SDL_DestroySemaphore(sem);
  /external/qemu/distrib/sdl-1.2.15/src/thread/beos/
SDL_syssem.c 55 void SDL_DestroySemaphore(SDL_sem *sem)
  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_syscond.c 67 SDL_DestroySemaphore(cond->wait_sem);
70 SDL_DestroySemaphore(cond->wait_done);
SDL_syssem.c 70 DECLSPEC void SDLCALL SDL_DestroySemaphore(SDL_sem *sem)
  /external/qemu/distrib/sdl-1.2.15/src/thread/irix/
SDL_syssem.c 87 void SDL_DestroySemaphore(SDL_sem *sem)
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_syssem.c 59 void SDL_DestroySemaphore(SDL_sem *sem)
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_syssem.cpp 80 void SDL_DestroySemaphore(SDL_sem *sem)

Completed in 169 milliseconds

1 2