Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ check_idle
Method
check_idle
lib_acl_cpp/src/connpool/connect_pool.cpp:399–402 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
397
}
398
399
size_t connect_pool::check_idle(bool exclusive /* true */)
400
{
401
return check_idle(idle_ttl_, exclusive);
402
}
403
404
size_t connect_pool::check_idle(time_t ttl, bool exclusive /* true */)
405
{
Callers
1
check_idle_conns
Method · 0.45
Calls
6
begin
Method · 0.80
lock
Method · 0.45
empty
Method · 0.45
unlock
Method · 0.45
end
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected