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

Method init

src/common/classes/locks.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#if defined(WIN_NT)
42
43void Spinlock::init()
44{
45 SetCriticalSectionSpinCount(&spinlock, 4000);
46}
47
48#else //posix mutex
49

Callers 3

init_statusFunction · 0.45
copyToMethod · 0.45

Calls 1

Tested by

no test coverage detected