Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ CheckResults
Method
CheckResults
cpp/src/arrow/util/thread_pool_test.cc:111–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void CheckResults() {
112
for (int i = 0; i < nadds_; ++i) {
113
ASSERT_EQ(outs_[i], (i + 1) * 11);
114
}
115
}
116
117
void CheckNotAllComputed() {
118
for (int i = 0; i < nadds_; ++i) {
Callers
2
DoSpawnAdds
Method · 0.45
DoSpawnAddsThreaded
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected