SDL/src/thread/windows
Joel Linn 8fc0baad98 Add SDL_cond implementation using Windows Condition Variables
Is automatically used when the SRW SDL_mutex implementation is active.
Otherwise falls back to the generic implementation.

v2: - Rebase onto master fa3ea1051a4b
2020-12-28 11:43:11 -08:00
..
SDL_syscond_srw.c Add SDL_cond implementation using Windows Condition Variables 2020-12-28 11:43:11 -08:00
SDL_sysmutex.c Add SDL_cond implementation using Windows Condition Variables 2020-12-28 11:43:11 -08:00
SDL_sysmutex_c.h Add SDL_cond implementation using Windows Condition Variables 2020-12-28 11:43:11 -08:00
SDL_syssem.c Disable WaitOnAddress SDL_sem implementation on Windows Phone 2020-12-25 17:10:02 +03:00
SDL_systhread.c use GetModuleHandleW() to retrieve kernel32.dll handle (bug #5390.) 2020-12-22 17:10:02 +03:00
SDL_systhread_c.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_systls.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00