|
| K_THREAD_STACK_DEFINE (kthread_stack,(1024+CONFIG_TEST_EXTRA_STACKSIZE)) |
|
| K_SEM_DEFINE (sync_sem, 0, 1) |
|
static void | thread_entry (void *p1, void *p2, void *p3) |
|
void | test_essential_thread_operation (void) |
| Test to validate essential flag set/clear. More...
|
|
void | k_sys_fatal_error_handler (unsigned int reason, const z_arch_esf_t *esf) |
| Fatal error policy handler. More...
|
|
static void | abort_thread_entry (void *p1, void *p2, void *p3) |
|
void | test_essential_thread_abort (void) |
| Abort an essential thread. More...
|
|