summaryrefslogtreecommitdiffstats
path: root/src/lib/thread.c
Commit message (Expand)AuthorAgeFilesLines
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-061-0/+2
* src/lib: Wrap lines at 80 columnsLee Leahy2017-03-131-1/+2
* src/lib: Fix spacingLee Leahy2017-03-131-1/+1
* src/lib: Use tabs instead of spacesLee Leahy2017-03-131-3/+3
* src/lib: Remove space between function name and (Lee Leahy2017-03-121-1/+1
* src/lib: Remove braces for single statementsLee Leahy2017-03-091-4/+2
* src/lib: Add "int" following "unsigned"Lee Leahy2017-03-091-2/+2
* src/lib: Capitalize ROM, RAM, NVRAM and CPUElyes HAOUAS2016-07-311-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* Possible thread stack implementation.Ronald G. Minnich2014-08-071-2/+4
* coreboot: add thread cooperative multitaskingAaron Durbin2013-05-141-0/+376