aboutsummaryrefslogtreecommitdiff
path: root/src/include/thread.h
AgeCommit message (Expand)Author
2022-01-01src: Drop duplicated includesElyes HAOUAS
2021-12-15rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOPRaul E Rangel
2021-11-08lib/thread: Switch to using types.hRaul E Rangel
2021-10-18arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/threadRaul E Rangel
2021-07-26arch/x86,lib/thread: Enable thread support in romstageRaul E Rangel
2021-07-26lib/thread,lib/hardwaremain: Lazy initialize threadsRaul E Rangel
2021-07-26lib/thread,arch/x86: Move thread stacks into C bssRaul E Rangel
2021-07-18lib/thread: Move thread_run and thread_run_until outside of #if guardRaul E Rangel
2021-07-18lib/thread: Make thread_run not block the current stateRaul E Rangel
2021-07-18lib/thread: Add thread_handleRaul E Rangel
2021-07-18lib/thread: Add mutexRaul E Rangel
2021-07-18lib/thread: Rename thread_cooperate and thread_prevent_coopRaul E Rangel
2021-07-18lib/thread: Allow nesting thread_cooperate and thread_prevent_coopRaul E Rangel
2021-07-18lib/thread: Add thread_yield helper methodRaul E Rangel
2021-07-14thread: Add missing static inlineRaul E Rangel
2020-07-26src/include: Remove unused 'include <stddef.h>'Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-05src/include: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2019-09-14src/: Replace some __PRE_RAM__ useKyösti Mälkki
2019-04-09src: Fix remaining #include <timer.h>Nico Huber
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2017-07-13src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-03-13src/include: Move storage class to beginning of declarationLee Leahy
2017-03-13src/include: Remove space after function nameLee Leahy
2017-03-09src/include: Indent code using tabsLee Leahy
2017-03-09src/include: Fix unsigned warningsLee Leahy
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2014-08-07Possible thread stack implementation.Ronald G. Minnich
2013-07-11include: Fix spellingMartin Roth
2013-05-14coreboot: add thread cooperative multitaskingAaron Durbin