Searched refs:thread_prio (Results 1 – 2 of 2) sorted by relevance
185 int thread_prio = K_PRIO_PREEMPT(0); in run_test_offload() local192 thread_prio = K_PRIO_PREEMPT(2); in run_test_offload()197 NULL, NULL, NULL, thread_prio, in run_test_offload()
267 thread_prio = int.from_bytes(thread_prio_byte, "little")268 thread_info_bytes += b', prio: ' + bytes(hex(thread_prio), 'ascii')