SDL/src/thread/windows
Cameron Gutman 5dccffd7e4 Allow usage of the new Condition Variable code with Critical Sections
Vista and later provide the SleepConditionVariableCS() function for this.

Since SDL_syscond_srw.c doesn't require SRW locks anymore, rename it to
SDL_syscond_cv.c which better reflects the implementation of condition
variables rather than the implementation of mutexes.

Fixes #4051.
2021-09-17 19:38:09 -04:00
..
SDL_syscond_cv.c Allow usage of the new Condition Variable code with Critical Sections 2021-09-17 19:38:09 -04:00
SDL_sysmutex.c Allow usage of the new Condition Variable code with Critical Sections 2021-09-17 19:38:09 -04:00
SDL_sysmutex_c.h Allow usage of the new Condition Variable code with Critical Sections 2021-09-17 19:38:09 -04:00
SDL_syssem.c consistently use TEXT() macro with LoadLibrary() and GetModuleHandle() 2021-01-04 01:23:50 +03:00
SDL_systhread.c use WIN_StringToUTF8W instead of WIN_StringToUTF8 where needed (#2) 2021-01-05 15:50:02 +03:00
SDL_systhread_c.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_systls.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00