summaryrefslogtreecommitdiffstats
path: root/src/include/thread.h
Commit message (Expand)AuthorAgeFilesLines
* rules.h: Use more consistent namingArthur Heymans2022-05-161-1/+1
* src: Drop duplicated includesElyes HAOUAS2022-01-011-1/+0
* rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOPRaul E Rangel2021-12-151-1/+1
* lib/thread: Switch to using types.hRaul E Rangel2021-11-081-1/+1
* arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/threadRaul E Rangel2021-10-181-7/+0
* arch/x86,lib/thread: Enable thread support in romstageRaul E Rangel2021-07-261-1/+1
* lib/thread,lib/hardwaremain: Lazy initialize threadsRaul E Rangel2021-07-261-3/+0
* lib/thread,arch/x86: Move thread stacks into C bssRaul E Rangel2021-07-261-5/+0
* lib/thread: Move thread_run and thread_run_until outside of #if guardRaul E Rangel2021-07-181-20/+12
* lib/thread: Make thread_run not block the current stateRaul E Rangel2021-07-181-3/+2
* lib/thread: Add thread_handleRaul E Rangel2021-07-181-9/+32
* lib/thread: Add mutexRaul E Rangel2021-07-181-0/+11
* lib/thread: Rename thread_cooperate and thread_prevent_coopRaul E Rangel2021-07-181-4/+4
* lib/thread: Allow nesting thread_cooperate and thread_prevent_coopRaul E Rangel2021-07-181-2/+7
* lib/thread: Add thread_yield helper methodRaul E Rangel2021-07-181-0/+8
* thread: Add missing static inlineRaul E Rangel2021-07-141-0/+5
* src/include: Remove unused 'include <stddef.h>'Elyes HAOUAS2020-07-261-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* src/: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-141-1/+1
* src: Fix remaining #include <timer.h>Nico Huber2019-04-091-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* src/include: Move storage class to beginning of declarationLee Leahy2017-03-131-1/+1
* src/include: Remove space after function nameLee Leahy2017-03-131-1/+1
* src/include: Indent code using tabsLee Leahy2017-03-091-2/+2
* src/include: Fix unsigned warningsLee Leahy2017-03-091-2/+5
* 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-0/+5
* include: Fix spellingMartin Roth2013-07-111-2/+2
* coreboot: add thread cooperative multitaskingAaron Durbin2013-05-141-0/+83