MCPcopy 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
12locker::~locker()
13{
14 pthread_mutexattr_destroy(&mutexAttr_);
15 pthread_mutex_destroy(pMutex_);
16 free(pMutex_);
17}
18
19void locker::init_mutex()
20{

Callers

nothing calls this directly

Calls 2

pthread_mutex_destroyFunction · 0.85
freeFunction · 0.85

Tested by

no test coverage detected