Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | thread/GLib{Mutex,Cond}: remove obsolete classes | Max Kellermann | 2014-07-02 | 1 | -90/+0 |
| | |||||
* | thread/Cond: new wrapper for pthread_cond_t or GCond | Max Kellermann | 2013-01-10 | 1 | -0/+2 |
| | |||||
* | thread/GLibMutex: new Mutex implementation | Max Kellermann | 2013-01-10 | 1 | -0/+88 |
Switch WIN32 to this implementation to be able to use condition variables, which is impossible with CriticalSection. |