Home
last modified time | relevance | path

Searched refs:IsInHardShutdown (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dsrv_inlines.hpp291 CTaskServer::IsInHardShutdown(void) in IsInHardShutdown() function in CTaskServer
390 return m_NeedToClose || CTaskServer::IsInHardShutdown(); in NeedToClose()
H A Dtask_server.hpp225 static bool IsInHardShutdown(void);
H A Dpeer_control.cpp259 if (CTaskServer::IsInHardShutdown()) in CreateNewSocket()
308 if (m_PooledConns.empty() || CTaskServer::IsInHardShutdown()) in x_GetPooledConnImpl()
1193 if (CTaskServer::IsInHardShutdown()) { in GetReadyForShutdown()