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

Method ReceiveSignal

cpp/src/arrow/util/cancel.cc:260–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 void ReceiveSignal(int signum) {
261 std::lock_guard<std::mutex> lock(mutex_);
262 if (stop_source_) {
263 stop_source_->RequestStopFromSignal(signum);
264 }
265 }
266
267 // At-fork handlers
268

Callers 1

ReceiveSignalsMethod · 0.80

Calls 1

RequestStopFromSignalMethod · 0.80

Tested by

no test coverage detected