Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void Spinlock::init()
44
{
45
SetCriticalSectionSpinCount(&spinlock, 4000);
46
}
47
48
#else //posix mutex
49
Callers
3
init_status
Function · 0.45
copyTo
Method · 0.45
LibTomCryptHashContext
Method · 0.45
Calls
1
SetCriticalSectionSpinCount
Function · 0.85
Tested by
no test coverage detected