Searched refs:entry_oops (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/tests/kernel/fatal/no-multithreading/src/ |
D | main.c | 52 static void entry_oops(void) in entry_oops() function 112 entry_oops,
|
/Zephyr-Core-3.7.0/tests/kernel/fatal/exception/src/ |
D | main.c | 137 void entry_oops(void *p1, void *p2, void *p3) in entry_oops() function 346 entry_oops, in ZTEST()
|
/Zephyr-Core-3.7.0/tests/kernel/smp/src/ |
D | main.c | 782 void entry_oops(void *p1, void *p2, void *p3) in entry_oops() function 800 k_thread_create(&t2, t2_stack, T2_STACK_SIZE, entry_oops, in ZTEST() 813 entry_oops(NULL, NULL, NULL); in ZTEST()
|