Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | thread/{Mutex,Cond}: relicense to BSD-2 | Max Kellermann | 2014-07-02 | 1 | -2/+2 |
| | |||||
* | thread/Cond: add method timed_wait() | Max Kellermann | 2013-04-17 | 1 | -2/+6 |
| | |||||
* | thread/{Mutex,Cond}: new backend for WIN32 | Max Kellermann | 2013-01-11 | 1 | -0/+63 |
Use CRITICAL_SECTION and CONDITION_VARIABLE. This requires Windows Vista or newer. It fixes problems with GLib threading objects that were implicitly created by static constructors before g_thread_init(). |