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

Method CheckNotAllComputed

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

Source from the content-addressed store, hash-verified

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