Does renaming a C# Mono thread affect the Process Name column on the Ubuntu Linux 16.04 system monitor display?

Frank Chang frankchang91 at gmail.com
Wed May 18 18:41:31 UTC 2016


Does renaming a C# Mono thread affect the Process Name column on the Ubuntu
Linux 16.04 system monitor display, specifically, Thread.CurrentThread.Name
= "Recorder Manager"?

I sucessfully tested this C++ code this morning on the Ubuntu Linux 16.04
system monitor display.

       if (prctl(PR_SET_NAME, (unsigned long)"A Perl Program", 0, 0, 0) !=
0)
       {
            perror("PH");
       }
       sleep(660);

Any help is appreciated.

             Frank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20160518/ced863f4/attachment.html>


More information about the ubuntu-users mailing list