Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/kernel/
Dpoll.c107 static struct k_thread *poller_thread(struct z_poller *p) in poller_thread() function
119 (z_sched_prio_cmp(poller_thread(pending->poller), in add_event()
120 poller_thread(poller)) > 0)) { in add_event()
126 if (z_sched_prio_cmp(poller_thread(poller), in add_event()
127 poller_thread(pending->poller)) > 0) { in add_event()
267 struct k_thread *thread = poller_thread(event->poller); in signal_poller()