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()
856 int z_impl_k_thread_stack_space_get(const struct k_thread *thread, in z_impl_k_thread_stack_space_get()
870 int z_vrfy_k_thread_stack_space_get(const struct k_thread *thread, in z_vrfy_k_thread_stack_space_get()
899 const struct k_thread *thread) in z_vrfy_k_thread_timeout_remaining_ticks()
907 const struct k_thread *thread) in z_vrfy_k_thread_timeout_expires_ticks()
945 int k_thread_runtime_stats_get(k_tid_t thread, in k_thread_runtime_stats_get()
1028 void defer_thread_cleanup(struct k_thread *thread) in defer_thread_cleanup()
1060 void do_thread_cleanup(struct k_thread *thread) in do_thread_cleanup()
1078 void k_thread_abort_cleanup(struct k_thread *thread) in k_thread_abort_cleanup()
1110 void k_thread_abort_cleanup_check_reuse(struct k_thread *thread) in k_thread_abort_cleanup_check_reuse()