Searched refs:client_exists_at_index (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/tests/kernel/interrupt/src/ |
D | static_shared_irq.c | 58 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()
|
D | test_shared_irq.h | 39 static inline bool client_exists_at_index(void (*routine)(const void *arg), in client_exists_at_index() function
|
D | dynamic_shared_irq.c | 131 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()
|