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.
我正在调试一个死锁。我想唤醒一个正在等待条件变量的线程,以便在它重新检查睡眠条件时进行跟踪。在条件变量上睡觉会受到虚假唤醒的影响,那么我该如何强制这样的唤醒呢?
.call如果您使用的是windbg,您可以使用windbg 的命令在被调试者中调用WakeAllConditionVariable 。
.call