Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ ~RWLockManager
Method
~RWLockManager
include/phxcomm/lock_manager.h:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
}
43
~RWLockManager() {
44
pthread_rwlock_unlock(mutex_);
45
}
46
pthread_rwlock_t * mutex_;
47
};
48
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected