1

I define boost thread using following syntax:

boost::thread *x=new boost::thread(function);

I need the pthread_t object of x. after that i want to use prctl to set a name on that pthread_t object. Is it possible?? If yes then how??

sehe
  • 374,641
  • 47
  • 450
  • 633
Ankur
  • 330
  • 2
  • 8
  • 17

0 Answers0