SDL/src/thread
Ryan C. Gordon 074dd8c35f
hints: Change hints to be backed by Properties, add documentation. (#9892)
This makes the subsystem thread-safe, more performant, and cleans up the code a little.

Also removed SDL_HINT_WINDOWS_FORCE_MUTEX_CRITICAL_SECTIONS, since setting this hint programmatically initializes properties, which creates a lock, so we can't check hints while creating locks. The slim reader-writer locks have been the default for ages and are solid, so we'll just use those when available.
2024-08-05 09:02:28 -07:00
..
generic Renamed SDL_PostSemaphore() to SDL_SignalSemphore() 2024-07-24 13:37:40 -07:00
n3ds Renamed SDL_PostSemaphore() to SDL_SignalSemphore() 2024-07-24 13:37:40 -07:00
ngage Renamed SDL_PostSemaphore() to SDL_SignalSemphore() 2024-07-24 13:37:40 -07:00
ps2 Renamed SDL_PostSemaphore() to SDL_SignalSemphore() 2024-07-24 13:37:40 -07:00
psp Renamed SDL_PostSemaphore() to SDL_SignalSemphore() 2024-07-24 13:37:40 -07:00
pthread Renamed SDL_PostSemaphore() to SDL_SignalSemphore() 2024-07-24 13:37:40 -07:00
stdcpp Added TLS initialization and shutdown functions 2024-07-11 12:11:01 -07:00
vita Renamed SDL_PostSemaphore() to SDL_SignalSemphore() 2024-07-24 13:37:40 -07:00
windows hints: Change hints to be backed by Properties, add documentation. (#9892) 2024-08-05 09:02:28 -07:00
SDL_systhread.h Added TLS initialization and shutdown functions 2024-07-11 12:11:01 -07:00
SDL_thread.c Removed temporary memory from the API 2024-07-26 20:59:14 -07:00
SDL_thread_c.h Removed the need for SDL_CreateTLS() 2024-07-16 12:01:51 -07:00