Lines Matching defs:thread_id
195 static inline void ctf_top_thread_switched_out(uint32_t thread_id, in ctf_top_thread_switched_out()
202 static inline void ctf_top_thread_switched_in(uint32_t thread_id, in ctf_top_thread_switched_in()
209 static inline void ctf_top_thread_priority_set(uint32_t thread_id, int8_t prio, in ctf_top_thread_priority_set()
216 static inline void ctf_top_thread_create(uint32_t thread_id, int8_t prio, in ctf_top_thread_create()
223 static inline void ctf_top_thread_abort(uint32_t thread_id, in ctf_top_thread_abort()
230 static inline void ctf_top_thread_suspend(uint32_t thread_id, in ctf_top_thread_suspend()
237 static inline void ctf_top_thread_resume(uint32_t thread_id, in ctf_top_thread_resume()
244 static inline void ctf_top_thread_ready(uint32_t thread_id, in ctf_top_thread_ready()
251 static inline void ctf_top_thread_pend(uint32_t thread_id, in ctf_top_thread_pend()
258 static inline void ctf_top_thread_info(uint32_t thread_id, in ctf_top_thread_info()
266 static inline void ctf_top_thread_name_set(uint32_t thread_id, in ctf_top_thread_name_set()
274 static inline void ctf_top_thread_user_mode_enter(uint32_t thread_id, ctf_bounded_string_t name) in ctf_top_thread_user_mode_enter()
280 static inline void ctf_top_thread_wakeup(uint32_t thread_id, ctf_bounded_string_t name) in ctf_top_thread_wakeup()