zhengJade commented on code in PR #2819: URL: https://github.com/apache/brpc/pull/2819#discussion_r1995118485
########## src/bthread/task_group.h: ########## @@ -278,6 +285,7 @@ friend class TaskControl; // Worker thread id. pid_t _tid; + std::unordered_set<bthread_t> _epoll_tids; Review Comment: 删除了 ########## src/bthread/task_control.cpp: ########## @@ -575,4 +586,11 @@ bvar::LatencyRecorder* TaskControl::create_exposed_pending_time() { return pt; } +void TaskControl::set_group_epoll_tid(bthread_tag_t tag, bthread_t tid) { + auto groups = tag_group(tag); + const size_t ngroup = tag_ngroup(tag).load(butil::memory_order_acquire); Review Comment: 删除了 -- 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