commit | 6e0028ccb07918fe10a3a77beb1bbd56d31d6d1e | [log] [tgz] |
---|---|---|
author | Alexander Stein <alexander.stein@mailbox.org> | Wed Feb 05 21:41:07 2020 +0100 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Fri Feb 07 15:59:30 2020 -0800 |
tree | 2bdbef49b5a54d0f5dd77b6c178d1ed42c0953c4 | |
parent | a5f6a43342d6bd0da57092ec4e1a6bce30bb2bce [diff] |
linux: provide an event thread name Instead of having just the application name as thread name, provide a more descriptive one, which can e.g. read by htop. If setting the name fails, the thread will still work as intended, just raise a warning in this case. Closes #689 Signed-off-by: Alexander Stein <alexander.stein@mailbox.org> Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD and Haiku userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version (see COPYING).
libusb is abstracted internally in such a way that it can hopefully be ported to other operating systems. Please see the PORTING file for more information.
libusb homepage: http://libusb.info/
Developers will wish to consult the API documentation: http://api.libusb.info
Use the mailing list for questions, comments, etc: http://mailing-list.libusb.info
(Please use the mailing list rather than mailing developers directly)