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

Method WaitForWaiters

cpp/src/arrow/util/counting_semaphore.cc:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 return impl_->Release(num_permits);
119}
120Status CountingSemaphore::WaitForWaiters(uint32_t num_waiters) {
121 return impl_->WaitForWaiters(num_waiters);
122}
123Status CountingSemaphore::Close() { return impl_->Close(); }
124
125} // namespace util

Callers 2

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36