insane-adding-machines / frosted

Frosted: Free POSIX OS for tiny embedded devices
GNU General Public License v2.0
215 stars 39 forks source link

ktimer is not thread-safe #34

Closed danielinux closed 8 years ago

danielinux commented 8 years ago

adding/checking ktimers can lead to inconsistencies in the ktimer binary trees when concurrent operations are performed (e.g. adding a timer from an ISR or a syscall).

danielinux commented 8 years ago

This is blocking for the upcoming fix of #31

danielinux commented 8 years ago

Fixed in a0c0e39