summaryrefslogtreecommitdiff
path: root/firmware/kernel/thread-internal.h
AgeCommit message (Expand)Author
2020-04-05threads: Move stack_size to end of struct thread (followup to f19ffe2)Solomon Peachy
2020-04-05Threading: Use 'size_t' for stack size in core threading codeSolomon Peachy
2017-02-02In queue_wait_w_tmo, guarantee wait durationMichael Sevakis
2014-08-30Remove I/O priority. It is harmful when used with the new file code.Michael Sevakis
2014-08-16Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis
2014-08-08Do some kernel cleanupMichael Sevakis
2014-03-03kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz