Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ tryLock
Method
tryLock
src/common/isc_s_proto.h:393–396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
}
392
393
bool tryLock() {
394
m_locked = m_shmem->mutexLockCond();
395
return m_locked;
396
}
397
398
void lock() {
399
m_shmem->mutexLock();
Callers
nothing calls this directly
Calls
1
mutexLockCond
Method · 0.80
Tested by
no test coverage detected