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

Method Unlock

cpp/src/arrow/util/async_util_test.cc:385–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383 }
384 virtual void Release(int amt) {}
385 void Unlock() { gate_.MarkFinished(); }
386 int Capacity() { return std::numeric_limits<int>::max(); }
387 virtual void Pause() { FAIL() << "Should not get here."; }
388 virtual void Resume() { FAIL() << "Should not get here."; }

Callers 8

operator()Method · 0.45
PushMethod · 0.45
CloseMethod · 0.45
DoRestartTaskMethod · 0.45
TESTFunction · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls 1

MarkFinishedMethod · 0.45

Tested by

no test coverage detected