charyxiao opened a new issue #1497: URL: https://github.com/apache/incubator-brpc/issues/1497
butex_wait 函数看代码有几点疑问 1. wait_for_butex 为什么不原地执行?为什么要放到remind里 2. wait_for_butex之后的sched如果切换的bthread上下文的代码断点在task_runner的thread_return = m->fn(m->arg)中,那就不会执行g->_last_context_remained的信息 相反会重新调用g->set_remained,将wait_for_butex冲掉  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
