MCPcopy 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
399size_t connect_pool::check_idle(bool exclusive /* true */)
400{
401 return check_idle(idle_ttl_, exclusive);
402}
403
404size_t connect_pool::check_idle(time_t ttl, bool exclusive /* true */)
405{

Callers 1

check_idle_connsMethod · 0.45

Calls 6

beginMethod · 0.80
lockMethod · 0.45
emptyMethod · 0.45
unlockMethod · 0.45
endMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected