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.
精彩评论