This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我在 Linux 上用 C++ 编程。当一个线程读取和写入共享数据结构时,我的程序使用两个线程。数据结构来自类型 - Boost::bimaps::unordered_set_of 。所以我的问题是我是否需要担心任何同步问题。IE,我是否需要用锁(或类似的东西)保护数据结构的读写?或者也许我会在不使用互斥锁的情况下工作得很好?