SDL/src/thread
Sam Lantinga bb96320cc4 Make sure we always copy the data returned using SDL_GetStringRule
This prevents race conditions where calling an API from one thread returns the data and it's freed by updates on another thread
2024-07-19 12:22:03 -07:00
..
generic Added TLS initialization and shutdown functions 2024-07-11 12:11:01 -07:00
n3ds thread: Reworked SDL_CreateThread to be consistent across platforms. 2024-05-22 11:39:43 -04:00
ngage thread: Reworked SDL_CreateThread to be consistent across platforms. 2024-05-22 11:39:43 -04:00
ps2 thread: Reworked SDL_CreateThread to be consistent across platforms. 2024-05-22 11:39:43 -04:00
psp thread: Reworked SDL_CreateThread to be consistent across platforms. 2024-05-22 11:39:43 -04:00
pthread Rename functions in SDL_system.h to match SDL 3.0 naming convention 2024-07-15 16:27:48 -07:00
stdcpp Added TLS initialization and shutdown functions 2024-07-11 12:11:01 -07:00
vita thread: Reworked SDL_CreateThread to be consistent across platforms. 2024-05-22 11:39:43 -04:00
windows Added TLS initialization and shutdown functions 2024-07-11 12:11:01 -07:00
SDL_systhread.h Added TLS initialization and shutdown functions 2024-07-11 12:11:01 -07:00
SDL_thread.c Make sure we always copy the data returned using SDL_GetStringRule 2024-07-19 12:22:03 -07:00
SDL_thread_c.h Removed the need for SDL_CreateTLS() 2024-07-16 12:01:51 -07:00