littlekernel / lk

LK embedded kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

priority inheritance support for mutex

sachindia86 opened this issue · comments

@travisg does LK supports solution to priority inversion problem for mutex?

It doesn't though that'd be a fairly simple addition. Would have to add a priority sorted wait queue that the mutex (and other locks) would use.