Edit

kc3-lang/SDL/src/thread/windows

Branch :

  • Show log

    Commit

  • Author : Cameron Gutman
    Date : 2021-08-23 21:16:58
    Hash : 5dccffd7
    Message : 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.