StratifyOS
StratifyOS copied to clipboard
message queue needs to use a condition variable and not just a mutex
message queues use a mutex as a sync mechanism. But they need to atomically block and unlock the mutex.