Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ HandleSignal
Method
HandleSignal
cpp/src/arrow/util/io_util_test.cc:352–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
}
351
352
static void HandleSignal(int signum) {
353
instance_->signal_received_.store(signum);
354
instance_->self_pipe_->Send(123);
355
}
356
357
std::mutex mutex_;
358
std::shared_ptr<SelfPipe> self_pipe_;
Callers
nothing calls this directly
Calls
2
store
Method · 0.80
Send
Method · 0.80
Tested by
no test coverage detected