summaryrefslogtreecommitdiff
path: root/libusb/os/threads_windows.c
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2020-08-26 15:42:39 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2020-09-12 22:44:28 -0700
commitda5df37c4d1a2841c6f9cdc626386d096f5f312d (patch)
tree63f529f2d77e10fb9621052082c5f860b5275564 /libusb/os/threads_windows.c
parent006ca0fbaa447cac329579d1072304833208358c (diff)
downloadlibusb-da5df37c4d1a2841c6f9cdc626386d096f5f312d.tar.gz
build: Merge events and threads into single platform abstraction
The split between events and threads abstractions is unnecessary. Simplify the library by merging the two into a "platform" abstraction. The only meaningful change is that Cygwin builds will no longer use the POSIX threads abstraction but will instead use the native Windows one. The downside to doing this is that the dpfp_threaded example program will no longer be available on Cygwin builds. This should be fine, and future work will make dpfp_threaded available for all forms of Windows build systems. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'libusb/os/threads_windows.c')
0 files changed, 0 insertions, 0 deletions