StratifyLabs / StratifyOS

A Powerful embedded RTOS for ARM Cortex M microcontrollers
https://stratifylabs.co
Other
114 stars 23 forks source link

message queue needs to use a condition variable and not just a mutex #239

Open tyler-gilbert opened 3 years ago

tyler-gilbert commented 3 years ago

message queues use a mutex as a sync mechanism. But they need to atomically block and unlock the mutex.