Lines Matching refs:thread
17 Enable thread analyzer functionality and all the required modules.
18 This module may be used to debug thread configuration issues, e.g.
24 module-str = thread analyzer
35 Use logger output to print thread information.
40 Use kernel printk function to print thread information.
59 The thread analysis takes quite a long time.
60 Every thread it finds is analyzed word by word to find any that
62 Normally while thread are analyzed the k_thread_foreach function
64 While this is a safe run from the thread list perspective it may lock
67 Setting this flag will force thread analyzer to use
69 This will allow the interrupts to be processed while the thread is
75 bool "Run periodic thread analysis in a thread"
77 Run the thread analyzer automatically, without the need to add
84 bool "Run thread analyzer separately on each core"
88 Run the thread analyzer auto thread on each core and report
97 The time in seconds to call thread analyzer periodic printing function.
100 int "Stack size for the periodic thread analysis thread"
200 Store a magic value at the lowest addresses of a thread's stack.
202 thread gracefully if it isn't. This is currently checked in four
205 1) Upon any context switch for the outgoing thread
207 performed for the interrupted thread
208 3) When a thread returns from its entry point
209 4) When a thread calls k_yield() but doesn't context switch