summaryrefslogtreecommitdiff
path: root/libusb/os/threads_windows.h
Commit message (Expand)AuthorAgeFilesLines
* core: Fix unused variable warnings on release buildsChris Dickens2020-09-281-5/+1
* core: Simplify thread abstractions and add debug checksChris Dickens2020-09-131-15/+13
* core: Convert internal macros to static inline functionsChris Dickens2020-01-251-0/+2
* Misc: Trim and consolidate header file usageChris Dickens2020-01-241-1/+1
* Windows: Drop support for Windows XPChris Dickens2020-01-211-12/+18
* Windows: Remove support for WinCE and Visual Studio older than 2013Chris Dickens2020-01-201-5/+5
* Windows: Rework poll() emulation to a much simpler and effective designChris Dickens2018-01-061-0/+4
* Windows: Further improve thread abstractionChris Dickens2018-01-041-29/+60
* Windows: Improve locking in threading abstractionChris Dickens2018-01-031-1/+1
* core: Change event handling lock to traditional (non-recursive) typeChris Dickens2016-08-171-3/+0
* core: Remove POSIX threads influence from synchronization codeChris Dickens2016-02-241-8/+6
* Misc: Remove unused definitions for usbi_cond_signal()Chris Dickens2016-02-241-1/+0
* Windows: Fix style issues in threading codeChris Dickens2016-01-301-32/+21
* core: Prevent attempts to recursively hande eventsChris Dickens2015-09-281-0/+6
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-1/+1
* Misc: Ensure all sources are UTF-8Pete Batard2012-05-231-1/+1
* Core: Add a timestamping and thread ID to loggingPeter Stuge2012-05-061-0/+2
* Misc: Rebrand to libusbxPete Batard2012-04-031-3/+2
* Fix #64 use of reserved identifiers throughout libusbNathan Hjelm2011-09-221-3/+3
* Add recursive mutexes to threading abstractionVitali Lovich2011-07-241-0/+2
* Add Windows supportPete Batard2010-07-271-0/+84