MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / GetThreadNum

Method GetThreadNum

net/CppNetImpl.cpp:267–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267uint32_t CCppNetImpl::GetThreadNum() {
268 return (uint32_t)_thread_vec.size();
269}
270
271void CCppNetImpl::_AcceptFunction(base::CMemSharePtr<CSocketImpl>& sock, uint32_t err) {
272 if (!sock) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected