Searched refs:SDL_TryLockMutex (Results 1 – 8 of 8) sorted by relevance
83 SDL_TryLockMutex(SDL_mutex * mutex) in SDL_TryLockMutex() function
103 SDL_TryLockMutex(SDL_mutex * mutex) in SDL_TryLockMutex() function
79 extern DECLSPEC int SDLCALL SDL_TryLockMutex(SDL_mutex * mutex);
116 SDL_TryLockMutex(SDL_mutex * mutex) in SDL_TryLockMutex() function
261 #define SDL_TryLockMutex SDL_TryLockMutex_REAL macro
292 SDL_DYNAPI_PROC(int,SDL_TryLockMutex,(SDL_mutex *a),(a),return)
935 if (SDL_TryLockMutex(device->dev_lock) == 0) { in HIDAPI_UpdateDevices()
Completed in 15 milliseconds