21#include "../../SDL_internal.h"
75#if SDL_THREADS_DISABLED
105#if SDL_THREADS_DISABLED
138#if SDL_THREADS_DISABLED
#define SDL_DestroySemaphore
#define SDL_CreateSemaphore
#define SDL_OutOfMemory()
unsigned long SDL_threadID
void SDL_DestroyMutex(SDL_mutex *mutex)
int SDL_mutexV(SDL_mutex *mutex)
int SDL_LockMutex(SDL_mutex *mutex)
int SDL_TryLockMutex(SDL_mutex *mutex)
SDL_mutex * SDL_CreateMutex(void)