21 #include "../../SDL_internal.h" 28 #include "SDL_systhread_c.h" 77 #if SDL_THREADS_DISABLED 87 if (mutex->
owner == this_thread) {
95 mutex->
owner = this_thread;
107 #if SDL_THREADS_DISABLED
int SDL_mutexV(SDL_mutex *mutex)
#define SDL_CreateSemaphore
int SDL_mutexP(SDL_mutex *mutex)
void SDL_DestroyMutex(SDL_mutex *mutex)
SDL_mutex * SDL_CreateMutex(void)
#define SDL_OutOfMemory()
#define SDL_DestroySemaphore
unsigned long SDL_threadID