Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ RequestStop
Method
RequestStop
cpp/src/arrow/util/cancel.cc:57–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
StopSource::~StopSource() = default;
56
57
void StopSource::RequestStop() { RequestStop(Status::Cancelled(
"Operation cancelled"
)); }
58
59
void StopSource::RequestStop(Status st) {
60
std::lock_guard<std::mutex> lock(impl_->mutex_);
Callers
10
TEST_F
Method · 0.80
TEST_F
Function · 0.80
TEST
Function · 0.80
TestTaskGroupCancel
Function · 0.80
TEST_F
Function · 0.80
TEST_P
Function · 0.80
DoSpawnAdds
Method · 0.80
DoSpawnAddsThreaded
Method · 0.80
ASSERT_OK_AND_ASSIGN
Function · 0.80
Finish
Method · 0.80
Calls
2
Cancelled
Function · 0.85
ok
Method · 0.45
Tested by
9
TEST_F
Method · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64
TestTaskGroupCancel
Function · 0.64
TEST_F
Function · 0.64
TEST_P
Function · 0.64
DoSpawnAdds
Method · 0.64
DoSpawnAddsThreaded
Method · 0.64
ASSERT_OK_AND_ASSIGN
Function · 0.64