PX4 / DriverFramework

Operating system and flight stack agnostic driver framework for POSIX (Linux, NuttX, Mac OS, QNX, VxWorks).
82 stars 132 forks source link

DevObj: fix race condition in work scheduling #156

Closed bkueng closed 8 years ago

bkueng commented 8 years ago

see comments in the code.

julianoes commented 8 years ago

@bkueng I assume you've tested this?

bkueng commented 8 years ago

yes. I never actually ran into the race problem, since it's fairly low prob, but I'm confident it's correct.