kernel: kconfig: replace task/fiber with threads
Change-Id: I6d44cad8b2cf195137f04808167614390ee2ec55 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
59a7de8ddf
commit
bd10845996
1 changed files with 4 additions and 4 deletions
|
@ -73,12 +73,12 @@ config RING_BUFFER
|
||||||
|
|
||||||
config THREAD_MONITOR
|
config THREAD_MONITOR
|
||||||
bool
|
bool
|
||||||
prompt "Task and fiber monitoring [EXPERIMENTAL]"
|
prompt "Thread monitoring [EXPERIMENTAL]"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This option instructs the kernel to maintain a list of all tasks
|
This option instructs the kernel to maintain a list of all threads
|
||||||
and fibers (excluding those that have not yet started or have
|
(excluding those that have not yet started or have already
|
||||||
already terminated).
|
terminated).
|
||||||
|
|
||||||
config KERNEL_INIT_PRIORITY_OBJECTS
|
config KERNEL_INIT_PRIORITY_OBJECTS
|
||||||
int
|
int
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue