WinCE: Remove use of dedicated timer thread
authorChris Dickens <christopher.a.dickens@gmail.com>
Tue, 28 Apr 2015 00:02:37 +0000 (17:02 -0700)
committerChris Dickens <christopher.a.dickens@gmail.com>
Tue, 28 Apr 2015 00:19:20 +0000 (17:19 -0700)
commit24a6529e052a2ff770d83a85e413ccf2a2eaee31
tree192b03f0554efa01574a6e8fb18c5ef5e0d52271
parent3071d46df521824f57ab8cfdcb25ccfdafa8dc04
WinCE: Remove use of dedicated timer thread

Without the ability to set thread affinity, there is no need
to maintain a separate thread to service monotonic clock_gettime()
requests. The determinism of QueryPerformanceCounter() will not
change or improve when run from a dedicated thread, so this just
creates additional overhead.

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb/os/wince_usb.c
libusb/version_nano.h