Browse Source
The simulated timer interrupt always adds a new scheduled work task, which is called from the work queue thread. Sending the signal creates measurable overhead (~5% of the px4 CPU runtime) and is unnecessary, since the thread is not sleeping anyway.sbg
1 changed files with 6 additions and 2 deletions
Loading…
Reference in new issue