|
static | K_THREAD_STACK_DEFINE (alt_stack,(2048+CONFIG_TEST_EXTRA_STACKSIZE)) |
|
void | k_sys_fatal_error_handler (unsigned int reason, const z_arch_esf_t *pEsf) |
| Fatal error policy handler. More...
|
|
void | entry_cpu_exception (void *p1, void *p2, void *p3) |
|
void | entry_cpu_exception_extend (void *p1, void *p2, void *p3) |
|
void | entry_oops (void *p1, void *p2, void *p3) |
|
void | entry_panic (void *p1, void *p2, void *p3) |
|
void | entry_zephyr_assert (void *p1, void *p2, void *p3) |
|
void | entry_arbitrary_reason (void *p1, void *p2, void *p3) |
|
void | entry_arbitrary_reason_negative (void *p1, void *p2, void *p3) |
|
__no_optimization int | stack_smasher (int val) |
|
void | blow_up_stack (void) |
|
void | stack_sentinel_timer (void *p1, void *p2, void *p3) |
|
void | stack_sentinel_swap (void *p1, void *p2, void *p3) |
|
void | stack_hw_overflow (void *p1, void *p2, void *p3) |
|
void | user_priv_stack_hw_overflow (void *p1, void *p2, void *p3) |
|
void | check_stack_overflow (k_thread_entry_t handler, uint32_t flags) |
|
void | test_fatal (void) |
| Test the kernel fatal error handling works correctly. More...
|
|
void | test_main (void) |
|