MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / enter

Function enter

src/common/classes/RefMutex.h:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 void enter()
128 {
129 m_mutex->enter(FB_LOCKED_FROM);
130 m_locked++;
131 }
132
133 bool tryEnter()
134 {

Callers

nothing calls this directly

Calls 1

enterMethod · 0.45

Tested by

no test coverage detected