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

Thread Names on Linux #24

Closed
splitice opened this issue May 3, 2017 · 3 comments
Closed

Thread Names on Linux #24

splitice opened this issue May 3, 2017 · 3 comments

Comments

@splitice
Copy link

splitice commented May 3, 2017

On linux the thread names for the UnixNativeSerial threads are too long to be of any use. As a result the two threads are indistinguishable.

Perhaps shorten the prefix to "UNS"

@jcurl
Copy link
Owner

jcurl commented May 4, 2017

I assume you mean these two:

m_MonitorThread.Name = "UnixNativeSerial::Monitor_" + m_Name
m_PinThread.Name = "UnixNativeSerial::Pin_" + m_Name;

Have I missed any?

@splitice
Copy link
Author

splitice commented May 5, 2017

Yes, and those are the two I am aware of.

jcurl added a commit that referenced this issue May 6, 2017
Shorten the names of the .NET threads (I/O and pin monitoring) to something shorter.

Issue: DOTNET-92, #24
@jcurl
Copy link
Owner

jcurl commented May 6, 2017

Done. Pushed to v2.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants