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

Function cleanup

src/common/classes/init.h:201–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200 }
201 void cleanup()
202 {
203 if (flag)
204 {
205 MutexLockGuard guard(*StaticMutex::mutex, FB_LOCKED_FROM);
206 if (flag)
207 {
208 C::cleanup();
209 flag = false;
210 }
211 }
212 }
213};
214#undef FB_LOCKED_FROM
215

Callers 3

~HashTableMethod · 0.70
doCleanMethod · 0.70
internalRunMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected