Home
last modified time | relevance | path

Searched refs:client_exists_at_index (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/tests/kernel/interrupt/src/
Dstatic_shared_irq.c58 zassert_true(client_exists_at_index(test_isr_0, 0, GIC_IRQ1, in ZTEST()
61 zassert_true(client_exists_at_index(test_isr_1, (void *)1, GIC_IRQ1, in ZTEST()
Dtest_shared_irq.h39 static inline bool client_exists_at_index(void (*routine)(const void *arg), in client_exists_at_index() function
Ddynamic_shared_irq.c131 zassert_true(client_exists_at_index(test_isr_0, 0, fixture.irq1_table_idx + TABLE_OFFSET, in dynamic_shared_irq_suite_before()
134 zassert_true(client_exists_at_index(test_isr_1, (void *)1, in dynamic_shared_irq_suite_before()