如何获取boost :: thread的pthread对象?

时间:2015-01-29 05:15:11

标签: c++ boost pthreads boost-thread thread-priority

我使用以下语法定义boost线程:

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

我需要x的 pthread_t 对象。 之后,我想使用prctl在该pthread_t对象上设置名称。 可能吗?? 如果是,那怎么??

0 个答案:

没有答案