Lines Matching defs:thread
124 int z_impl_k_thread_priority_get(k_tid_t thread) in z_impl_k_thread_priority_get()
130 static inline int z_vrfy_k_thread_priority_get(k_tid_t thread) in z_vrfy_k_thread_priority_get()
138 int z_impl_k_thread_name_set(k_tid_t thread, const char *str) in z_impl_k_thread_name_set()
166 static inline int z_vrfy_k_thread_name_set(k_tid_t thread, const char *str) in z_vrfy_k_thread_name_set()
193 const char *k_thread_name_get(k_tid_t thread) in k_thread_name_get()
203 int z_impl_k_thread_name_copy(k_tid_t thread, char *buf, size_t size) in z_impl_k_thread_name_copy()
284 static inline int z_vrfy_k_thread_name_copy(k_tid_t thread, in z_vrfy_k_thread_name_copy()
857 int z_impl_k_thread_stack_space_get(const struct k_thread *thread, in z_impl_k_thread_stack_space_get()
871 int z_vrfy_k_thread_stack_space_get(const struct k_thread *thread, in z_vrfy_k_thread_stack_space_get()
900 const struct k_thread *thread) in z_vrfy_k_thread_timeout_remaining_ticks()
908 const struct k_thread *thread) in z_vrfy_k_thread_timeout_expires_ticks()
947 int k_thread_runtime_stats_get(k_tid_t thread, in k_thread_runtime_stats_get()
1030 void defer_thread_cleanup(struct k_thread *thread) in defer_thread_cleanup()
1062 void do_thread_cleanup(struct k_thread *thread) in do_thread_cleanup()
1080 void k_thread_abort_cleanup(struct k_thread *thread) in k_thread_abort_cleanup()
1112 void k_thread_abort_cleanup_check_reuse(struct k_thread *thread) in k_thread_abort_cleanup_check_reuse()