SDL/src/thread
Sam Lantinga ec3bb4c029 Removed the need for SDL_CreateTLS()
This eliminates the tap dancing needed for allocating TLS slots, we'll automatically allocate them as needed, in a thread-safe way.
2024-07-16 12:01:51 -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 Removed the need for SDL_CreateTLS() 2024-07-16 12:01:51 -07:00
SDL_thread_c.h Removed the need for SDL_CreateTLS() 2024-07-16 12:01:51 -07:00