SDL/src/dynapi
Ryan C. Gordon 899eb0d042 thread: Locking mutexes and rwlocks are now void functions.
Almost nothing checks these return values, and there's no reason a valid
lock should fail to operate. The cases where a lock isn't valid (it's a
bogus pointer, it was previously destroyed, a thread is unlocking a lock it
doesn't own, etc) are undefined behavior and always were, and should be
treated as an application bug.

Reference Issue #8096.
2023-10-26 08:57:34 -04:00
..
gendynapi.py Remove extra spaces in stripped tokens 2023-07-16 04:32:12 -07:00
SDL_dynapi.c Fixed build error when API logging is enabled 2023-10-18 22:30:16 -07:00
SDL_dynapi.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_dynapi.sym Added properties to various SDL objects 2023-10-11 22:38:00 -07:00
SDL_dynapi_overrides.h Added properties to various SDL objects 2023-10-11 22:38:00 -07:00
SDL_dynapi_procs.h thread: Locking mutexes and rwlocks are now void functions. 2023-10-26 08:57:34 -04:00
SDL_dynapi_unsupported.h Add unsupported functions to dynapi 2023-10-12 14:00:47 +02:00