| Summary: | [PATCH] SDL_cond/Windows: Use system Condition Variables when SRW locks are used | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Joel Linn <jl> |
| Component: | thread | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | sezeroz |
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
| Attachments: |
[PATCH 1/2] Add optional suffix `_generic` to generic SDL_cond impl
[PATCH 2/2] Add SDL_cond implementation using Windows Condition Variables [PATCH 2/2] Add SDL_cond implementation using Windows Condition Variables v2 |
||
|
Description
Joel Linn
2020-12-25 13:03:14 UTC
Created attachment 4605 [details]
[PATCH 1/2] Add optional suffix `_generic` to generic SDL_cond impl
Created attachment 4606 [details]
[PATCH 2/2] Add SDL_cond implementation using Windows Condition Variables
Second patch needs rebasing to current hg. Created attachment 4608 [details]
[PATCH 2/2] Add SDL_cond implementation using Windows Condition Variables v2
Rebased
Patches added, thanks! https://hg.libsdl.org/SDL/rev/2a297881a9b9 https://hg.libsdl.org/SDL/rev/f5ccd288ad7c |