| Summary: | SDL Mutex Implementation Subpar | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Patrick Baggett <baggett.patrick> |
| Component: | thread | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | CC: | baggett.patrick |
| Version: | 2.0.0 | ||
| Hardware: | x86 | ||
| OS: | Windows (All) | ||
| Attachments: | Use CriticalSection API rather than Mutex API | ||
|
Description
Patrick Baggett
2011-02-16 22:58:33 UTC
Sure, thanks! Do you give me permission to release your code with SDL 1.3 and future versions of SDL under both the LGPL and a closed-source commercial license? (In reply to comment #1) > Sure, thanks! > > Do you give me permission to release your code with SDL 1.3 and future > versions of SDL under both the LGPL and a closed-source commercial > license? Yep. I'd like to see if there are any other low hanging fruits (read: easy bugs) that I can fix as well. I'm subscribing to SDL development mailing list right now as well. Patch in progress. Thanks, I appreciate it. :) Created attachment 578 [details]
Use CriticalSection API rather than Mutex API
|