c++的并发涉及到这么几个东西:
std::thread
std::mutex
std::lock_guard
std::lock
参考资料:
http://en.cppreference.com/w/cpp/thread/lock