Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | windows: Remove useless assignment in put_thread() | Tobias Brunner | 2014-07-02 | 1 | -1/+1 |
* | windows: Fix parameter name in Doxygen comment | Tobias Brunner | 2014-06-30 | 1 | -1/+1 |
* | thread-value: Defer cleanup handling to thread termination on Windows | Martin Willi | 2014-06-17 | 3 | -40/+51 |
* | windows: Use WINAPI call convention for Windows API callbacks | Martin Willi | 2014-06-06 | 1 | -2/+4 |
* | windows: Include for Vista instead of defining CondVar/SRWLock functions ourself | Martin Willi | 2014-06-04 | 5 | -33/+12 |
* | thread-value: Immediately cleanup all Windows TLS values on destroy | Martin Willi | 2014-06-04 | 3 | -14/+46 |
* | windows: Prevent queueing of multiple thread cancel APCs | Martin Willi | 2014-06-04 | 1 | -4/+13 |
* | windows: Provide a complete native Windows threading backend | Martin Willi | 2014-06-04 | 7 | -0/+1492 |