summaryrefslogtreecommitdiff
path: root/examples/dpfp_threaded.c
Commit message (Expand)AuthorAgeFilesLines
* Linux: Fix warnings seen when compiling with gcc-4.6Hans de Goede2011-07-241-2/+1
* dpfp_threaded: return instead of pthread_exit() to avoid Cygwin warningPete Batard2011-06-131-1/+1
* examples: #include <libusb.h> without directory nameLudovic Rousseau2010-11-221-1/+1
* examples: Silence warnings about return value of fwrite()Peter Stuge2010-10-161-1/+2
* Introduced calling convention (for Windows)Pete Batard2010-08-231-3/+3
* removed trailing whitespacesPete Batard2010-08-061-3/+3
* Introduce contexts to the APIDaniel Drake2008-06-261-6/+6
* Remove libusb_cancel_transfer_syncDaniel Drake2008-04-291-23/+16
* add threaded example programDaniel Drake2008-04-191-0/+552