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

Method WaitForOpenOutputStream

cpp/src/arrow/filesystem/test_util.cc:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208Status GatedMockFilesystem::WaitForOpenOutputStream(uint32_t num_waiters) {
209 return open_output_sem_.WaitForWaiters(num_waiters);
210}
211
212Status GatedMockFilesystem::UnlockOpenOutputStream(uint32_t num_waiters) {
213 return open_output_sem_.Release(num_waiters);

Callers 2

TEST_FFunction · 0.80

Calls 1

WaitForWaitersMethod · 0.45

Tested by

no test coverage detected