开发者

What's pthread in Boost?

I found there are also开发者_开发百科 a pthread in Boost library, is it the same thing as the posix pthread?


boost threads(and other stuff like mutexes/locks/condition variables) are implemented on top of pthreads where that's available - which is most *nixes.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜