Searched refs:SDL_mutex (Results 1 – 2 of 2) sorted by relevance
132 struct SDL_mutex;133 typedef struct SDL_mutex SDL_mutex; typedef155 extern DECLSPEC SDL_mutex *SDLCALL SDL_CreateMutex(void);173 extern DECLSPEC int SDLCALL SDL_LockMutex(SDL_mutex * mutex) SDL_ACQUIRE(mutex);196 extern DECLSPEC int SDLCALL SDL_TryLockMutex(SDL_mutex * mutex) SDL_TRY_ACQUIRE(0, mutex);215 extern DECLSPEC int SDLCALL SDL_UnlockMutex(SDL_mutex * mutex) SDL_RELEASE(mutex);236 extern DECLSPEC void SDLCALL SDL_DestroyMutex(SDL_mutex * mutex);502 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex);532 SDL_mutex * mutex, Uint32 ms);
75 extern SDL_mutex *SDL_joystick_lock;
Completed in 8 milliseconds