Files
PX4-Autopilot/src
Beat Küng 44012be8b6 orb posix: fix multi-threading issues
in detail:
- in the write method: the following are not necessarily atomic operations:
 	_last_update = hrt_absolute_time();
 	_generation++;
- appears_updated() was called with a lock held in some cases, but not
  in ioctl
- use the SmartLock class, so that unlock() is not needed before every
  return call. Makes it less error prone
2016-04-29 11:15:15 +02:00
..
2016-03-24 13:09:16 +01:00
2016-04-28 15:31:40 +02:00
2016-04-28 15:31:40 +02:00
2016-04-18 11:37:43 +02:00