ilixiaocui commented on issue #2598: URL: https://github.com/apache/brpc/issues/2598#issuecomment-2076568387
> 这里想表达的是: 如果一个bthread阻塞在butex上,它会被添加到butex的等待队列,不论它将要等待多久,这个pthread在操作完之后都可以立即去继续执行其他bthread,反之如果阻塞在mutex上,这个就需要等待mutex被释放之后才能继续执行其他bthread。前面的case pthread 被阻塞的概率和时长,与这个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: dev-unsubscr...@brpc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org