Lines Matching refs:will
49 perform optional runtime checks which will induce a fatal error if the
50 check does not pass. The macro takes a string message which will be printed
51 to provide context to the assertion. In addition, the kernel will print
130 ``static_assert``. If the evaluation fails, a build error will be generated by
131 the compiler. If the compiler supports it, the provided message will be printed
162 The fatal error reason code generated will be ``K_ERR_KERNEL_OOPS``.
174 and doing so will generate a kernel oops instead. Otherwise, the fatal error
175 reason code generated will be ``K_ERR_KERNEL_PANIC``.
185 then the kernel will generate a fatal error with the reason code
196 as the thread will simply not have permission to write to adjacent memory
204 architectures and will catch stack overflows in supervisor mode, including
221 :kconfig:option:`CONFIG_STACK_CANARIES`. If enabled, the compiler will insert a canary
233 Any other type of unhandled CPU exception will generate an error code of
247 If the implementation returns, the faulting thread will be aborted and
248 the system will otherwise continue to function. See the documentation for