aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/threading/windows
Commit message (Expand)AuthorAgeFilesLines
* thread: Allow thread ID to be value returned by gettid()Thomas Egerer2016-03-041-0/+4
* thread: Add a function to pop and call all registered cleanup handlersMartin Willi2015-04-151-0/+20
* threading: Support rwlock try_write_lock() on WindowsMartin Willi2014-10-301-2/+0
* windows: Remove useless assignment in put_thread()Tobias Brunner2014-07-021-1/+1
* windows: Fix parameter name in Doxygen commentTobias Brunner2014-06-301-1/+1
* thread-value: Defer cleanup handling to thread termination on WindowsMartin Willi2014-06-173-40/+51
* windows: Use WINAPI call convention for Windows API callbacksMartin Willi2014-06-061-2/+4
* windows: Include for Vista instead of defining CondVar/SRWLock functions ourselfMartin Willi2014-06-045-33/+12
* thread-value: Immediately cleanup all Windows TLS values on destroyMartin Willi2014-06-043-14/+46
* windows: Prevent queueing of multiple thread cancel APCsMartin Willi2014-06-041-4/+13
* windows: Provide a complete native Windows threading backendMartin Willi2014-06-047-0/+1492