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

Method manualUnlock

src/jrd/Attachment.cpp:1060–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1058}
1059
1060void StableAttachmentPart::manualUnlock(ULONG& flags)
1061{
1062 if (flags & ATT_manual_lock)
1063 {
1064 flags &= ~ATT_manual_lock;
1065 mainSync.leave();
1066 }
1067 manualAsyncUnlock(flags);
1068}
1069
1070void StableAttachmentPart::manualAsyncUnlock(ULONG& flags)
1071{

Callers 4

internalAttachMethod · 0.80
createDatabaseMethod · 0.80
unwindAttachFunction · 0.80
destroyMethod · 0.80

Calls 1

leaveMethod · 0.45

Tested by

no test coverage detected