MCPcopy Create free account
hub / github.com/apache/thrift / threadFactory

Method threadFactory

lib/cpp/src/thrift/concurrency/TimerManager.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227shared_ptr<const ThreadFactory> TimerManager::threadFactory() const {
228 Synchronized s(monitor_);
229 return threadFactory_;
230}
231
232void TimerManager::threadFactory(shared_ptr<const ThreadFactory> value) {
233 Synchronized s(monitor_);

Callers 15

RunThriftServerFunction · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
createServerMethod · 0.45
createServerMethod · 0.45
test00Method · 0.45
test01Method · 0.45
test02Method · 0.45
test03Method · 0.45
test04Method · 0.45
loadTestMethod · 0.45
blockTestMethod · 0.45

Calls

no outgoing calls

Tested by 14

BOOST_FIXTURE_TEST_CASEFunction · 0.36
createServerMethod · 0.36
createServerMethod · 0.36
test00Method · 0.36
test01Method · 0.36
test02Method · 0.36
test03Method · 0.36
test04Method · 0.36
loadTestMethod · 0.36
blockTestMethod · 0.36
mainFunction · 0.36