Home
last modified time | relevance | path

Searched refs:SDL_mutex (Results 1 – 2 of 2) sorted by relevance

/bsp/simulator/SDL2/include/
A DSDL_mutex.h132 struct SDL_mutex;
133 typedef struct SDL_mutex SDL_mutex; typedef
155 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);
A DSDL_joystick.h75 extern SDL_mutex *SDL_joystick_lock;

Completed in 8 milliseconds