Searched refs:sys_trace_k_thread_join_exit (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/subsys/tracing/tracing_api/src/ |
D | main.c | 154 sys_trace_k_thread_join_exit(&thread, timeout, ret); in ZTEST()
|
/Zephyr-latest/subsys/tracing/test/ |
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
|
D | tracing_test.h | 28 sys_trace_k_thread_join_exit(thread, timeout, ret) 490 void sys_trace_k_thread_join_exit(struct k_thread *thread, k_timeout_t timeout, int ret);
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | tracing_ctf.h | 387 void sys_trace_k_thread_join_exit(struct k_thread *thread, k_timeout_t timeout,
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | tracing_sysview.h | 652 void sys_trace_k_thread_join_exit(struct k_thread *thread, k_timeout_t timeout, int ret);
|