MCPcopy Create free account
hub / github.com/apache/impala / unlock

Method unlock

be/src/util/spinlock.h:38–40  ·  view source on GitHub ↗

Releases the lock.

Source from the content-addressed store, hash-verified

36
37 /// Releases the lock.
38 void unlock() {
39 l_.Unlock();
40 }
41
42 /// Tries to get the lock but does not spin or block. Returns true if the lock was
43 /// acquired, false otherwise.

Callers 4

BlockingGetMethod · 0.45
BlockingPutMethod · 0.45

Calls 1

UnlockMethod · 0.45

Tested by

no test coverage detected