HomeSort by relevance Sort by last modified time
    Searched refs:SDL_cond (Results 1 - 4 of 4) sorted by null

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_mutex.h 166 struct SDL_cond;
167 typedef struct SDL_cond SDL_cond;
197 extern DECLSPEC SDL_cond *SDLCALL SDL_CreateCond(void);
202 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond * cond);
209 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond * cond);
216 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond * cond);
227 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex);
237 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond * cond,
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_mutex.h 166 struct SDL_cond;
167 typedef struct SDL_cond SDL_cond;
197 extern DECLSPEC SDL_cond *SDLCALL SDL_CreateCond(void);
202 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond * cond);
209 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond * cond);
216 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond * cond);
227 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex);
237 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond * cond,
  /prebuilts/misc/windows/sdl2/include/
SDL_mutex.h 166 struct SDL_cond;
167 typedef struct SDL_cond SDL_cond;
197 extern DECLSPEC SDL_cond *SDLCALL SDL_CreateCond(void);
202 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond * cond);
209 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond * cond);
216 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond * cond);
227 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex);
237 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond * cond,
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_mutex.h 166 struct SDL_cond;
167 typedef struct SDL_cond SDL_cond;
197 extern DECLSPEC SDL_cond *SDLCALL SDL_CreateCond(void);
202 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond * cond);
209 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond * cond);
216 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond * cond);
227 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex);
237 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond * cond,

Completed in 101 milliseconds