sdl2_frt/src/thread/windows
Joel Linn d0b8295c0d Add SDL_sem implementation using Atomics and WaitOnAddress API.
Keep Semaphore Kernel Object impl for Windows 7 and older - choose at runtime

v2: - Fix mixed int/LONG types
    - Reorder definitions
    - Add missing include

v3: - Use `GetModuleHandle()` to load the API Set
2020-12-23 13:36:46 -08:00
..
SDL_sysmutex.c Add SDL_mutex implementation using Windows Slim Reader/Writer Locks Keep Critical Section impl for Windows XP/Vista - choose at runtime 2020-12-23 13:33:36 -08:00
SDL_syssem.c Add SDL_sem implementation using Atomics and WaitOnAddress API. 2020-12-23 13:36:46 -08:00
SDL_systhread_c.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_systhread.c use GetModuleHandleW() to retrieve kernel32.dll handle (bug #5390.) 2020-12-22 17:10:02 +03:00
SDL_systls.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00