[v2 0/3] Avoid empty thread names if possible

2014-10-29 Thread Jesse Rosenthal
This is the second go at avoiding empty thread names. The differences from the first version are: * Compare empty strings by checking for '\0' in first character (using a macro) as suggested by Tomi Ollila. * Make sure that threads are titled correctly regardless of sorting order. In

[v2 0/3] Avoid empty thread names if possible

2014-10-29 Thread Jesse Rosenthal
This is the second go at avoiding empty thread names. The differences from the first version are: * Compare empty strings by checking for '\0' in first character (using a macro) as suggested by Tomi Ollila. * Make sure that threads are titled correctly regardless of sorting order. In