summaryrefslogtreecommitdiff
path: root/firmware/kernel/semaphore.c
AgeCommit message (Expand)Author
2017-01-21Add CPU mode asserts to kernel on blocking functions.Michael Sevakis
2014-08-16Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis
2014-08-08Do some kernel cleanupMichael Sevakis
2014-08-06Add multi-reader, single-writer locks to kernel.Michael Sevakis
2014-03-03kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz