Files
PX4-Autopilot/src/platforms
Beat Küng f25947b964 hrt_work_queue posix: only send a wake-up signal if not called from own thread
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.
2016-09-30 13:50:51 +02:00
..
2016-04-11 18:01:49 +02:00
2015-10-19 13:25:39 +02:00
2015-04-20 11:35:47 -07:00
2015-10-19 13:25:39 +02:00
2016-05-14 11:27:07 +02:00
2015-02-08 17:53:26 +01:00
2016-01-11 08:37:43 +01:00