Go to the documentation of this file.
21 #include "../../SDL_internal.h"
75 #if SDL_THREADS_DISABLED
85 if (mutex->
owner == this_thread) {
93 mutex->
owner = this_thread;
105 #if SDL_THREADS_DISABLED
116 if (mutex->
owner == this_thread) {
125 mutex->
owner = this_thread;
138 #if SDL_THREADS_DISABLED