Searched refs:thread_is_preemptible (Results 1 – 5 of 5) sorted by relevance
60 static inline int thread_is_preemptible(struct k_thread *thread) in thread_is_preemptible() function223 if (thread_is_preemptible(_current) || thread_is_metairq(thread)) { in should_preempt()
60 (thread_is_preemptible(cpu_thread))) || in ipi_mask_create()
41 bool ret = thread_is_preemptible(thread) in thread_is_sliceable()
113 return !arch_is_in_isr() && thread_is_preemptible(_current); in z_impl_k_is_preempt_thread()
273 !thread_is_preemptible(_current)) { in update_metairq_preempt()