Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ Mutex_queue
Function
Mutex_queue
phx_percona/percona/sql/binlog.h:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
friend class Stage_manager;
36
public:
37
Mutex_queue()
38
: m_first(NULL), m_last(&m_first)
39
{
40
}
41
42
void init(
43
#ifdef HAVE_PSI_INTERFACE
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected