Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libbladeRF] Name worker threads #343

Closed
jynik opened this issue Nov 6, 2014 · 2 comments
Closed

[libbladeRF] Name worker threads #343

jynik opened this issue Nov 6, 2014 · 2 comments
Assignees
Labels
Issue: Enhancement Missing functionality, or a new feature request Resolve: Won't Fix Reported issue is valid, but won't be fixed

Comments

@jynik
Copy link
Contributor

jynik commented Nov 6, 2014

It has been requested that the sync worker threads be named in order to help out when debugging. Using this issue to track status on this.

@jynik jynik added the Issue: Enhancement Missing functionality, or a new feature request label Nov 6, 2014
@jynik jynik self-assigned this Nov 6, 2014
@jynik
Copy link
Contributor Author

jynik commented Dec 1, 2014

This appears to be possible through non-standard calls, so it may be a bit of a pain to address this in a cross-platform manner.

https://stackoverflow.com/questions/2369738/can-i-set-the-name-of-a-thread-in-pthreads-linux/7989973#7989973

@jynik jynik added the Resolve: Won't Fix Reported issue is valid, but won't be fixed label Jan 25, 2015
@jynik
Copy link
Contributor Author

jynik commented Jan 25, 2015

As addressing this in a cross-platform manner would become rather messy and the benefit is rather minimal, I'm marking this "wontfix" and closing this issue.

If you're debugging and want named threads, it's simple enough to add the one or two calls where you want them, as it pertains to your specific OS/distro.

@jynik jynik closed this as completed Jan 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Enhancement Missing functionality, or a new feature request Resolve: Won't Fix Reported issue is valid, but won't be fixed
Projects
None yet
Development

No branches or pull requests

1 participant