Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dsched.c141 static inline bool should_queue_thread(struct k_thread *thread) in should_queue_thread() function
149 if (should_queue_thread(thread)) { in queue_thread()
163 if (should_queue_thread(thread)) { in dequeue_thread()