Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ ~locker
Method
~locker
lib_acl_cpp/independent/connpool/src/locker.cpp:12–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
locker::~locker()
13
{
14
pthread_mutexattr_destroy(&mutexAttr_);
15
pthread_mutex_destroy(pMutex_);
16
free(pMutex_);
17
}
18
19
void locker::init_mutex()
20
{
Callers
nothing calls this directly
Calls
2
pthread_mutex_destroy
Function · 0.85
free
Function · 0.85
Tested by
no test coverage detected