MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / lock

Method lock

utilities/crossmemorymapper.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69bool CrossMemoryMapper::lock() {
70 if (sharedMemory == NULL)
71 return false;
72 return sharedMemory->lock();
73}
74
75
76bool CrossMemoryMapper::unlock() {

Callers 1

writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected