Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
BlockingGet
Method · 0.45
BlockingPut
Method · 0.45
BlockingPutWithTimeout
Method · 0.45
~GenericScopedShardedMapRef
Method · 0.45
Calls
1
Unlock
Method · 0.45
Tested by
no test coverage detected