micro-os-plus / micro-os-plus-iii

The portable part of µOS++ IIIe (an xpm/npm package)
http://micro-os-plus.github.io
MIT License
115 stars 17 forks source link

rtos: relax mutex ownership in destructors #30

Closed ilg-ul closed 6 years ago

ilg-ul commented 6 years ago

The asserts used to catch cases when a thread terminates before releasing mutexes should be removed, real life appplications (like the dining philosophers) do not release the mutexes, and the application crashes.

ilg-ul commented 6 years ago

fixed on 2018-03-23