Searched refs:new_thread (Results 1 – 4 of 4) sorted by relevance
/subsys/tracing/sysview/ |
A D | tracing_sysview.h | 31 #define sys_port_trace_k_thread_create(new_thread) \ argument 33 SEGGER_SYSVIEW_OnTaskCreate((uint32_t)(uintptr_t)new_thread); \ 34 sys_trace_thread_info(new_thread); \ 663 void sys_trace_k_thread_create(struct k_thread *new_thread, size_t stack_size, int prio);
|
/subsys/tracing/ctf/ |
A D | tracing_ctf.h | 24 #define sys_port_trace_k_thread_create(new_thread) \ argument 25 sys_trace_k_thread_create(new_thread, stack_size, prio) 399 void sys_trace_k_thread_create(struct k_thread *new_thread, size_t stack_size,
|
/subsys/tracing/user/ |
A D | tracing_user.h | 105 #define sys_port_trace_k_thread_create(new_thread) sys_trace_thread_create(new_thread) argument
|
/subsys/tracing/test/ |
A D | tracing_test.h | 17 #define sys_port_trace_k_thread_create(new_thread) \ argument 18 sys_trace_k_thread_create(new_thread, stack_size, prio) 510 void sys_trace_k_thread_create(struct k_thread *new_thread, size_t stack_size, int prio);
|
Completed in 22 milliseconds