MCPcopy Create free account
hub / github.com/apache/impala / SetUp

Method SetUp

be/src/kudu/util/threadpool-test.cc:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 public:
77
78 virtual void SetUp() override {
79 KuduTest::SetUp();
80 ASSERT_OK(ThreadPoolBuilder(kDefaultPoolName).Build(&pool_));
81 }
82
83 Status RebuildPoolWithBuilder(const ThreadPoolBuilder& builder) {
84 return builder.Build(&pool_);

Callers

nothing calls this directly

Calls 3

SetUpFunction · 0.85
ThreadPoolBuilderClass · 0.85
BuildMethod · 0.45

Tested by

no test coverage detected