bindbc-sdl ~master (2021-07-21T07:33:23Z)
Dub
Repo
SDL_SemWait
bindbc
sdl
bind
sdlmutex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int
SDL_SemWait
(SDL_sem* sem)
extern (
C
) @
nogc
nothrow
static if
(
staticBinding
)
int
SDL_SemWait
(
SDL_sem
*
sem
)
pSDL_SemWait
SDL_SemWait
;
Meta
Source
See Implementation
bindbc
sdl
bind
sdlmutex
aliases
pSDL_CondBroadcast
pSDL_CondSignal
pSDL_CondWait
pSDL_CondWaitTimeout
pSDL_CreateCond
pSDL_CreateMutex
pSDL_CreateSemaphore
pSDL_DestroyCond
pSDL_DestroyMutex
pSDL_DestroySemaphore
pSDL_LockMutex
pSDL_SemPost
pSDL_SemValue
pSDL_SemWait
pSDL_SemWaitTimeout
pSDL_TryLockMutex
pSDL_UnlockMutex
functions
SDL_CondBroadcast
SDL_CondSignal
SDL_CondWait
SDL_CondWaitTimeout
SDL_CreateCond
SDL_CreateMutex
SDL_CreateSemaphore
SDL_DestroyCond
SDL_DestroyMutex
SDL_DestroySemaphore
SDL_LockMutex
SDL_SemPost
SDL_SemValue
SDL_SemWait
SDL_SemWaitTimeout
SDL_TryLockMutex
SDL_UnlockMutex
manifest constants
SDL_MUTEX_MAXWAIT
SDL_MUTEX_TIMEOUT
structs
SDL_cond
SDL_mutex
SDL_sem