MCPcopy Create free account
hub / github.com/apache/arrow / CheckNotAllComputed

Method CheckNotAllComputed

cpp/src/arrow/util/thread_pool_test.cc:116–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 void CheckNotAllComputed() {
117 for (int i = 0; i < nadds_; ++i) {
118 if (outs_[i] == -1) {
119 return;
120 }
121 }
122 ASSERT_TRUE(0) << "all values were computed";
123 }
124
125 private:
126 ARROW_DISALLOW_COPY_AND_ASSIGN(AddTester);

Callers 3

DoSpawnAddsMethod · 0.80
DoSpawnAddsThreadedMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected