MCPcopy Create free account
hub / github.com/acl-dev/acl / put

Method put

lib_acl_cpp/src/hsocket/hspool.cpp:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void hspool::put(hsclient* client)
108{
109 acl_assert(client);
110 locker_->lock();
111 pool_.push_back(client);
112 locker_->unlock();
113}
114
115} // namespace acl
116

Callers 15

thread_mainFunction · 0.45
thread_mainFunction · 0.45
thread_mainFunction · 0.45
hspool_findFunction · 0.45
hspool_updateFunction · 0.45
runMethod · 0.45
runMethod · 0.45
producerFunction · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
thread_mainFunction · 0.45

Calls 3

lockMethod · 0.45
push_backMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected