提交 b3d3c873 编写于 作者: Y yq0 提交者: wangzelin.wzl

解决priority_queue改进唤醒逻辑后导致容易hang死的bug

上级 5f0ce95c
......@@ -172,7 +172,7 @@ public:
int pop_high(ObLink*& data, int64_t timeout_us)
{
return do_pop(data, HIGH_PRIOS, timeout_us);
return do_pop(data, HIGH_HIGH_PRIOS + HIGH_PRIOS, timeout_us);
}
int pop_high_high(ObLink*& data, int64_t timeout_us)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册