Files
PX4-Autopilot/src
Beat Küng c46274043f printload: use sched_lock to protect access to tcb
what could have gone wrong before? A scheduling switch during the printload
could have led to a task exit, rendering the tcb invalid. After switching
back, printload would access invalid memory.

This keeps the sched_lock() section as small as possible, just grabbing the
tcb variables we need.
2017-04-01 20:19:52 +02:00
..
2017-04-01 11:37:47 +02:00
2017-04-01 20:19:28 +02:00
2017-04-01 20:19:28 +02:00
2017-04-01 20:19:28 +02:00