Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ unlock
Method
unlock
lib_acl_cpp/independent/connpool/src/locker.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
bool locker::unlock()
36
{
37
return pthread_mutex_unlock(pMutex_) == -1 ? false : true;
38
}
39
40
} // namespace acl_min
Callers
6
peek
Method · 0.45
put
Method · 0.45
set_delay_destroy
Method · 0.45
set_alive
Method · 0.45
check_idle
Method · 0.45
reset_statistics
Method · 0.45
Calls
1
pthread_mutex_unlock
Function · 0.85
Tested by
no test coverage detected