Searched refs:sys_trace_k_thread_create (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/subsys/tracing/tracing_api/src/ |
D | main.c | 132 sys_trace_k_thread_create(&thread, stack, prio); in ZTEST()
|
/Zephyr-latest/subsys/tracing/test/ |
D | tracing_string_format_test.c | 35 void sys_trace_k_thread_create(struct k_thread *thread, size_t stack_size, in sys_trace_k_thread_create() function
|
D | tracing_test.h | 18 sys_trace_k_thread_create(new_thread, stack_size, prio) 486 void sys_trace_k_thread_create(struct k_thread *new_thread, size_t stack_size, int prio);
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | tracing_ctf.h | 25 sys_trace_k_thread_create(new_thread, stack_size, prio) 380 void sys_trace_k_thread_create(struct k_thread *new_thread, size_t stack_size,
|
D | ctf_top.c | 79 void sys_trace_k_thread_create(struct k_thread *thread, size_t stack_size, int prio) in sys_trace_k_thread_create() function
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | tracing_sysview.h | 648 void sys_trace_k_thread_create(struct k_thread *new_thread, size_t stack_size, int prio);
|