gpt4 book ai didi

c++ - 可以 boost::interprocess 条件变量虚假唤醒吗?

转载 作者:太空宇宙 更新时间:2023-11-04 12:44:45 26 4
gpt4 key购买 nike

boost/thread condition_variable 文档指出它们可能虚假地解锁,条件变量的 boost/interprocess 文档没有提到我能找到的虚假唤醒。 boost/进程间条件变量(例如 named_condition)是否表现出相同的行为?

最佳答案

看起来是的。在深入了解 boost 1.55 的源代码后,似乎至少在某些平台上,进程间条件变量是使用 pthread 条件变量实现的,这确实允许虚假唤醒。

关于c++ - 可以 boost::interprocess 条件变量虚假唤醒吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52285675/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com