Searched refs:sys_trace_k_thread_join_exit (Results 1 – 4 of 4) sorted by relevance
/subsys/tracing/test/ |
A D | tracing_string_format_test.c | 182 void sys_trace_k_thread_join_exit(struct k_thread *thread, k_timeout_t timeout, int ret) in sys_trace_k_thread_join_exit() function
|
A D | tracing_test.h | 28 sys_trace_k_thread_join_exit(thread, timeout, ret) 514 void sys_trace_k_thread_join_exit(struct k_thread *thread, k_timeout_t timeout, int ret);
|
/subsys/tracing/sysview/ |
A D | tracing_sysview.h | 667 void sys_trace_k_thread_join_exit(struct k_thread *thread, k_timeout_t timeout, int ret);
|
/subsys/tracing/ctf/ |
A D | tracing_ctf.h | 406 void sys_trace_k_thread_join_exit(struct k_thread *thread, k_timeout_t timeout,
|
Completed in 21 milliseconds