Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ ~LockManager
Method
~LockManager
include/phxcomm/lock_manager.h:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
pthread_mutex_lock(mutex_);
22
}
23
~LockManager() {
24
pthread_mutex_unlock(mutex_);
25
}
26
pthread_mutex_t * mutex_;
27
};
28
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected