Edit

kc3-lang/SDL/src/thread

Branch :

  • Show log

    Commit

  • Author : Joel Linn
    Date : 2020-12-23 13:36:46
    Hash : d0b8295c
    Message : 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