How to name a thread in Linux? [duplicate]

Posix Threads?

This evidently won’t compile, but it will give you an idea of where to go hunting. I’m not even sure its the right PR_ command, but i think it is. It’s been a while…

  #include <sys/prctl.h>
  prctl(PR_SET_NAME,"<null> terminated string",0,0,0)

Leave a Comment