SDL/src/thread
Sam Lantinga 6c8ad975c7 Like mutexes, operations on NULL rwlocks are no-ops
Fixes a crash when performing operations on a NULL rwlock before rwlock implementation is chosen
2023-10-11 09:49:44 -07:00
..
generic rwlock: Make generic implmentations work on single-threaded platforms. 2023-08-11 15:03:32 -04:00
n3ds Updated source to match SDL function prototype style 2023-05-23 11:29:41 -07:00
ngage Updated source to match SDL function prototype style 2023-05-23 11:29:41 -07:00
ps2 Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention 2023-04-28 12:08:33 -07:00
psp Updated source to match SDL function prototype style 2023-05-23 11:29:41 -07:00
pthread Updated source to match SDL function prototype style 2023-05-23 11:29:41 -07:00
stdcpp Fix remaining typos (#7921) 2023-07-03 12:46:47 -07:00
vita Fix remaining typos (#7921) 2023-07-03 12:46:47 -07:00
windows Like mutexes, operations on NULL rwlocks are no-ops 2023-10-11 09:49:44 -07:00
SDL_systhread.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_thread.c SDL API renaming: SDL TLS functions 2023-05-26 08:33:15 -07:00
SDL_thread_c.h Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00