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

Method Unpause

cpp/src/arrow/util/thread_pool.cc:243–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void SerialExecutor::Unpause() {
244 auto state = state_;
245 {
246 std::lock_guard<std::mutex> lk(state->mutex);
247 state->paused = false;
248 }
249}
250
251bool SerialExecutor::OwnsThisThread() {
252 std::lock_guard lk(state_->mutex);

Callers 1

NextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected