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.
我有兴趣知道该标准是否提到了有关在 C++11 中、在用户空间与内核空间中实现互斥锁的任何内容。
可能是实现完全是特定于平台的。
任何提到实施的有用指针/文档都会很棒。
C++ 标准没有“用户空间”、“内核空间”或任何类似的概念。具体如何 std::mutex实现取决于您的标准库实现;该标准只定义了明显的行为。
std::mutex