MCPcopy 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
280bool 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

teardownMethod · 0.45
teardownMethod · 0.45
teardownMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36