Lines Matching defs:thread

40 #define z_thread_monitor_exit(thread) \  argument
46 static inline void thread_schedule_new(struct k_thread *thread, k_timeout_t delay) in thread_schedule_new()
60 static inline int thread_is_preemptible(struct k_thread *thread) in thread_is_preemptible()
67 static inline int thread_is_metairq(struct k_thread *thread) in thread_is_metairq()
79 static inline bool is_thread_dummy(struct k_thread *thread) in is_thread_dummy()
86 static inline bool z_is_thread_suspended(struct k_thread *thread) in z_is_thread_suspended()
91 static inline bool z_is_thread_pending(struct k_thread *thread) in z_is_thread_pending()
96 static inline bool z_is_thread_prevented_from_running(struct k_thread *thread) in z_is_thread_prevented_from_running()
104 static inline bool z_is_thread_timeout_active(struct k_thread *thread) in z_is_thread_timeout_active()
109 static inline bool z_is_thread_ready(struct k_thread *thread) in z_is_thread_ready()
115 static inline bool z_is_thread_state_set(struct k_thread *thread, uint32_t state) in z_is_thread_state_set()
120 static inline bool z_is_thread_queued(struct k_thread *thread) in z_is_thread_queued()
125 static inline void z_mark_thread_as_suspended(struct k_thread *thread) in z_mark_thread_as_suspended()
132 static inline void z_mark_thread_as_not_suspended(struct k_thread *thread) in z_mark_thread_as_not_suspended()
139 static inline void z_mark_thread_as_pending(struct k_thread *thread) in z_mark_thread_as_pending()
144 static inline void z_mark_thread_as_not_pending(struct k_thread *thread) in z_mark_thread_as_not_pending()
149 static inline bool z_is_thread_sleeping(struct k_thread *thread) in z_is_thread_sleeping()
154 static inline void z_mark_thread_as_sleeping(struct k_thread *thread) in z_mark_thread_as_sleeping()
159 static inline void z_mark_thread_as_not_sleeping(struct k_thread *thread) in z_mark_thread_as_not_sleeping()
168 static inline void z_thread_essential_set(struct k_thread *thread) in z_thread_essential_set()
178 static inline void z_thread_essential_clear(struct k_thread *thread) in z_thread_essential_clear()
188 static inline bool z_is_thread_essential(struct k_thread *thread) in z_is_thread_essential()
194 static ALWAYS_INLINE bool should_preempt(struct k_thread *thread, in should_preempt()
237 static inline bool z_is_idle_thread_object(struct k_thread *thread) in z_is_idle_thread_object()