Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dsched.c351 static struct _cpu *thread_active_elsewhere(struct k_thread *thread) in thread_active_elsewhere() function
395 if (thread_active_elsewhere(thread) == NULL) { in z_ready_thread()
450 struct _cpu *cpu = thread_active_elsewhere(thread); in z_thread_halt()
725 cpu = thread_active_elsewhere(thread); in z_thread_prio_set()