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

Method Unpause

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

Source from the content-addressed store, hash-verified

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

Callers 1

NextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected