|
| static | K_THREAD_STACK_DEFINE (coophi_stack,(1024+CONFIG_TEST_EXTRA_STACK_SIZE)) |
| |
| static int | coophi_counter (void) |
| |
| static | K_THREAD_STACK_DEFINE (cooplo_stack,(1024+CONFIG_TEST_EXTRA_STACK_SIZE)) |
| |
| static int | cooplo_counter (void) |
| |
| static int | coop_counter (struct k_work_q *wq) |
| |
| static | K_THREAD_STACK_DEFINE (preempt_stack,(1024+CONFIG_TEST_EXTRA_STACK_SIZE)) |
| |
| static int | preempt_counter (void) |
| |
| static | K_THREAD_STACK_DEFINE (invalid_test_stack,(1024+CONFIG_TEST_EXTRA_STACK_SIZE)) |
| |
| static int | system_counter (void) |
| |
| static void | reset_counters (void) |
| |
| static void | counter_handler (struct k_work *work) |
| |
| static void | handler_release (void) |
| |
| static void | async_release_cb (struct k_timer *timer) |
| |
| static | K_TIMER_DEFINE (async_releaser, async_release_cb, NULL) |
| |
| static void | async_release (void) |
| |
| static void | rel_handler (struct k_work *work) |
| |
| static void | delay_handler (struct k_work *work) |
| |
| static void | test_work_init (void) |
| |
| static void | test_delayable_init (void) |
| |
| void | test_unstarted (void) |
| |
| static void | test_queue_start (void) |
| |
| void | test_null_queue (void) |
| |
| void | test_1cpu_simple_queue (void) |
| |
| void | test_smp_simple_queue (void) |
| |
| void | test_1cpu_sync_queue (void) |
| |
| void | test_1cpu_reentrant_queue (void) |
| |
| void | test_1cpu_queued_flush (void) |
| |
| void | test_1cpu_running_flush (void) |
| |
| void | test_1cpu_delayed_flush (void) |
| |
| void | test_1cpu_queued_cancel (void) |
| |
| void | test_1cpu_queued_cancel_sync (void) |
| |
| void | test_1cpu_delayed_cancel (void) |
| |
| void | test_1cpu_delayed_cancel_sync (void) |
| |
| void | test_1cpu_delayed_cancel_sync_wait (void) |
| |
| static void | test_running_cancel_cb (struct k_timer *timer) |
| |
| void | test_1cpu_running_cancel (void) |
| |
| void | test_1cpu_running_cancel_sync (void) |
| |
| void | test_smp_running_cancel (void) |
| |
| void | test_drain_empty (void) |
| |
| static void | test_drain_wait_cb (struct k_timer *timer) |
| |
| void | test_1cpu_drain_wait (void) |
| |
| void | test_1cpu_plugged_drain (void) |
| |
| void | test_1cpu_basic_schedule (void) |
| |
| static void | handle_1cpu_basic_schedule_running (struct k_work *work) |
| |
| void | test_1cpu_basic_schedule_running (void) |
| |
| void | test_1cpu_immed_schedule (void) |
| |
| void | test_1cpu_basic_reschedule (void) |
| |
| void | test_1cpu_immed_reschedule (void) |
| |
| static bool | try_queue_no_yield (struct k_work_q *wq) |
| |
| void | test_1cpu_queue_no_yield (void) |
| |
| void | test_1cpu_system_queue (void) |
| |
| void | test_1cpu_system_schedule (void) |
| |
| void | test_1cpu_system_reschedule (void) |
| |
| void | test_nop (void) |
| |
| void * | workq_setup (void) |
| |
| | ZTEST_SUITE (work_1cpu, NULL, workq_setup, ztest_simple_1cpu_before, ztest_simple_1cpu_after, NULL) |
| |
| | ZTEST_SUITE (work, NULL, workq_setup, NULL, NULL, NULL) |
| |