Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | thread: Allow thread ID to be value returned by gettid() | Thomas Egerer | 2016-03-04 | 1 | -0/+4 |
* | thread: Add a function to pop and call all registered cleanup handlers | Martin Willi | 2015-04-15 | 1 | -0/+20 |
* | windows: Remove useless assignment in put_thread() | Tobias Brunner | 2014-07-02 | 1 | -1/+1 |
* | thread-value: Defer cleanup handling to thread termination on Windows | Martin Willi | 2014-06-17 | 1 | -30/+44 |
* | 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 | 1 | -3/+2 |
* | thread-value: Immediately cleanup all Windows TLS values on destroy | Martin Willi | 2014-06-04 | 1 | -1/+35 |
* | 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 | 1 | -0/+619 |