Home
last modified time | relevance | path

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

/Zephyr-4.3.0/kernel/
Dsched.c106 static inline bool should_queue_thread(struct k_thread *thread) in should_queue_thread() function
114 if (should_queue_thread(thread)) { in queue_thread()
128 if (should_queue_thread(thread)) { in dequeue_thread()