For profiling multi-threaded applications, it would be very useful for me to set a name for each thread.
The original search query includes pthread_setname_np () ( see here ), but when used it does not appear in the Tools.
Is there any way to do this from application C?
source
share