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

Function create

src/common/classes/init.cpp:331–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 Firebird::Mutex* mutex = NULL;
330
331 void create()
332 {
333 static char place[sizeof(Firebird::Mutex) + FB_ALIGNMENT];
334 mutex = new((void*) FB_ALIGN(place, FB_ALIGNMENT)) Firebird::Mutex;
335 }
336
337 void release()
338 {

Callers 15

delayed_datasetClass · 0.85
createDatabaseMethod · 0.85
executeMethod · 0.85
performMethod · 0.85
aggPassMethod · 0.85
compile_moduleFunction · 0.85
createStartsMatcherMethod · 0.85
createLikeMatcherMethod · 0.85
createContainsMatcherMethod · 0.85
createMethod · 0.85

Calls 1

FB_ALIGNFunction · 0.85

Tested by

no test coverage detected