From bd108459964a50f27a52ccfdbba1d9c192540b80 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 17 Dec 2016 12:19:51 -0500 Subject: [PATCH] kernel: kconfig: replace task/fiber with threads Change-Id: I6d44cad8b2cf195137f04808167614390ee2ec55 Signed-off-by: Anas Nashif --- kernel/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/Kconfig b/kernel/Kconfig index 21d2b1327fe..3686c06efad 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -73,12 +73,12 @@ config RING_BUFFER config THREAD_MONITOR bool - prompt "Task and fiber monitoring [EXPERIMENTAL]" + prompt "Thread monitoring [EXPERIMENTAL]" default n help - This option instructs the kernel to maintain a list of all tasks - and fibers (excluding those that have not yet started or have - already terminated). + This option instructs the kernel to maintain a list of all threads + (excluding those that have not yet started or have already + terminated). config KERNEL_INIT_PRIORITY_OBJECTS int