Home
last modified time | relevance | path

Searched refs:thread_prio (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/kernel/interrupt/src/
Dinterrupt_offload.c185 int thread_prio = K_PRIO_PREEMPT(0); in run_test_offload() local
192 thread_prio = K_PRIO_PREEMPT(2); in run_test_offload()
197 NULL, NULL, NULL, thread_prio, in run_test_offload()
/Zephyr-latest/scripts/coredump/gdbstubs/
Dgdbstub.py267 thread_prio = int.from_bytes(thread_prio_byte, "little")
268 thread_info_bytes += b', prio: ' + bytes(hex(thread_prio), 'ascii')