|
| K_SEM_DEFINE (sync_sema, 0, 1) |
|
static void | thread_entry (void *p1, void *p2, void *p3) |
|
static void | thread_entry_abort (void *p1, void *p2, void *p3) |
|
| ZTEST_USER (threads_lifecycle, test_threads_abort_self) |
| Validate k_thread_abort() when called by current thread.
|
|
| ZTEST_USER (threads_lifecycle, test_threads_abort_others) |
| Validate k_thread_abort() when called by other thread.
|
|
| ZTEST (threads_lifecycle_1cpu, test_threads_abort_repeat) |
| Test abort on a terminated thread.
|
|
static void | delayed_thread_entry (void *p1, void *p2, void *p3) |
|
| ZTEST (threads_lifecycle_1cpu, test_delayed_thread_abort) |
| Test abort on delayed thread before it has started execution.
|
|
static void | offload_func (const void *param) |
|
static void | entry_abort_isr (void *p1, void *p2, void *p3) |
|
| ZTEST (threads_lifecycle, test_abort_from_isr) |
| Show that threads can be aborted from interrupt context by itself.
|
|
static void | entry_aborted_thread (void *p1, void *p2, void *p3) |
|
| ZTEST (threads_lifecycle, test_abort_from_isr_not_self) |
| Show that threads can be aborted from interrupt context.
|
|