Searched refs:SDL_cond (Results 1 – 1 of 1) sorted by relevance
408 struct SDL_cond;409 typedef struct SDL_cond SDL_cond; typedef425 extern DECLSPEC SDL_cond *SDLCALL SDL_CreateCond(void);440 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond * cond);457 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond * cond);474 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond * cond);502 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex);531 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond * cond,
Completed in 5 milliseconds