How to set the name for thread


Hi,

How to set the name for thread in linux using c, c++.

you have to write your own class for that.. threads are recognized with their id's.
thanks for replies...
Thread's are identified by the thread variable, created by pthread_t API
AS :
pthread_t thread1;

Thanks
Madan
Topic archived. No new replies allowed.