Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现Boost库中也有一个pthread,它和posix pthread是一样的吗?
boost线程(以及其他诸如互斥锁/锁/条件变量之类的东西)是在可用的pthreads之上实现的——这是大多数*nixes。