Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ enabled
Method
enabled
cpp/src/arrow/util/cancel.cc:197–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
bool enabled() {
198
std::lock_guard<std::mutex> lock(mutex_);
199
return stop_source_ != nullptr;
200
}
201
202
void Enable() {
203
std::lock_guard<std::mutex> lock(mutex_);
Callers
4
SetSignalStopSource
Function · 0.45
ResetSignalStopSource
Function · 0.45
RegisterCancellingSignalHandler
Function · 0.45
UnregisterCancellingSignalHandler
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected