MCPcopy Create free account
hub / github.com/ElementsProject/elements / EXCLUSIVE_LOCK_FUNCTION

Function EXCLUSIVE_LOCK_FUNCTION

src/sync.h:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 void lock() EXCLUSIVE_LOCK_FUNCTION()
102 {
103 PARENT::lock();
104 }
105
106 void unlock() UNLOCK_FUNCTION()
107 {

Callers

nothing calls this directly

Calls 1

TryEnterFunction · 0.85

Tested by

no test coverage detected