summaryrefslogtreecommitdiff
path: root/libusb/os/threads_posix.c
Commit message (Expand)AuthorAgeFilesLines
* darwin: Replaced low-level mach API with pthread APISean McBride2018-01-081-3/+2
* Fixed various trivial cppcheck 1.80 warningsSean McBride2017-12-281-1/+3
* core: Kill usbi_os_backend structure definition madnessChris Dickens2017-07-061-1/+1
* core: Change event handling lock to traditional (non-recursive) typeChris Dickens2016-08-171-22/+0
* threads_posix: use backend clock_gettime()Nathan Hjelm2016-02-251-1/+2
* core: Remove POSIX threads influence from synchronization codeChris Dickens2016-02-241-12/+30
* threads_posix: Fix compiler warning due to redefinition of _GNU_SOURCEChris Dickens2014-09-061-3/+1
* core: Make use of headers consistent across all filesChris Dickens2014-09-061-0/+2
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-1/+1
* Android: Add formal Android supportToby Gray2013-08-111-1/+3
* Linux: Fix a major regression in threads_posix.cPete Batard2012-06-061-9/+6
* Misc: Ensure all sources are UTF-8Pete Batard2012-05-231-2/+2
* Windows: Fix missing cygwin thread IDPete Batard2012-05-101-0/+4
* BSD: Add thread ID support for OpenBSD > 5.1Pete Batard2012-05-081-2/+6
* Core: Add a timestamping and thread ID to loggingPeter Stuge2012-05-061-0/+20
* Misc: Rebrand to libusbxPete Batard2012-04-031-3/+3
* threads_posix.c: Fix prototype warning by including threads_posix.hSean McBride2012-02-081-1/+1
* Add recursive mutexes to threading abstractionVitali Lovich2011-07-241-0/+55