summaryrefslogtreecommitdiff
path: root/libusb/os/threads_posix.c
Commit message (Expand)AuthorAgeFilesLines
* build: Require C11 to build and clean up autoconfig/automake filesChris Dickens2020-03-301-1/+1
* threads_posix: Improve usbi_get_tid() for various platformsChris Dickens2020-03-271-11/+41
* core: Kill usbi_backend.clock_gettime() functionChris Dickens2020-03-151-1/+1
* threads_posix: Use thread-local storage to cache thread IDChris Dickens2020-02-071-8/+16
* Misc: Trim and consolidate header file usageChris Dickens2020-01-241-11/+4
* 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