Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ global_thread_list_begin
Function
global_thread_list_begin
sql/mysqld.cc:737–741 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
735
}
736
737
Thread_iterator global_thread_list_begin()
738
{
739
mysql_mutex_assert_owner(&LOCK_thread_count);
740
return global_thread_list->begin();
741
}
742
743
Thread_iterator global_thread_list_end()
744
{
Callers
nothing calls this directly
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected