Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ stop
Method
stop
libraries/AP_HAL_Linux/Thread.cpp:280–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
}
279
280
bool PeriodicThread::stop()
281
{
282
if (!is_started()) {
283
return false;
284
}
285
286
_should_exit = true;
287
288
return true;
289
}
290
291
}
Callers
4
teardown
Method · 0.45
teardown
Method · 0.45
teardown
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36