NCBI C++ ToolKit
|
#include "task_server_pch.hpp"
#include "srv_stat.hpp"
#include "threads_man.hpp"
#include "memory_man.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
static void | s_SaveState (SSrvStateStat &state) |
Variables | |
int | s_TotalSockets |
int | s_SoftSocketLimit |
int | s_HardSocketLimit |
SSrvThread ** | s_Threads |
|
inlinestatic |
Definition at line 48 of file srv_stat.cpp.
References GetCntRunningThreads(), and s_TotalSockets.
Referenced by CSrvStat::InitStartState(), and CSrvStat::SaveEndState().
|
extern |
Definition at line 161 of file sockets_man.cpp.
Referenced by ConfigureSockets(), CSrvStat::PrintToSocket(), s_ProcessListenEvent(), and WriteSetup_Sockets().
|
extern |
Definition at line 160 of file sockets_man.cpp.
Referenced by CleanSocketList(), ConfigureSockets(), CSrvStat::PrintToSocket(), and WriteSetup_Sockets().
|
extern |
Definition at line 59 of file threads_man.cpp.
Referenced by CSrvStat::CollectThreads(), GetCntRunningThreads(), InitThreadsMan(), RunMainThread(), s_AllocThread(), s_JoinAllThreads(), and s_StartAllThreads().
|
extern |
Definition at line 158 of file sockets_man.cpp.
Referenced by CleanSocketList(), CSrvSocketTask::Connect(), s_CloseSocket(), s_CreateListeningSocket(), s_ProcessListenEvent(), and s_SaveState().