MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / SDL_CondWait

Function SDL_CondWait

deps/SDL2/src/thread/stdcpp/SDL_syscond.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156/* Wait on the condition variable forever */
157extern "C"
158int
159SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex)
160{
161 return SDL_CondWaitTimeout(cond, mutex, SDL_MUTEX_MAXWAIT);
162}
163
164/* vi: set ts=4 sw=4 expandtab: */

Callers

nothing calls this directly

Calls 1

SDL_CondWaitTimeoutFunction · 0.70

Tested by

no test coverage detected