Question

I found there are also a pthread in Boost library, is it the same thing as the posix pthread?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top