Searched defs:new_thread (Results  1 – 17 of 17) sorted by relevance
| /Zephyr-latest/arch/arc/core/ | 
| D | tls.c | 17 size_t arch_tls_stack_setup(struct k_thread *new_thread, char *stack_ptr)  in arch_tls_stack_setup()36 size_t arch_tls_stack_setup(struct k_thread *new_thread, char *stack_ptr)  in arch_tls_stack_setup()
 
 | 
| /Zephyr-latest/arch/xtensa/core/ | 
| D | tls.c | 18 size_t arch_tls_stack_setup(struct k_thread *new_thread, char *stack_ptr)  in arch_tls_stack_setup()
 | 
| /Zephyr-latest/arch/riscv/core/ | 
| D | tls.c | 14 size_t arch_tls_stack_setup(struct k_thread *new_thread, char *stack_ptr)  in arch_tls_stack_setup()
 | 
| /Zephyr-latest/arch/sparc/core/ | 
| D | tls.c | 14 size_t arch_tls_stack_setup(struct k_thread *new_thread, char *stack_ptr)  in arch_tls_stack_setup()
 | 
| /Zephyr-latest/arch/arm64/core/ | 
| D | tls.c | 14 size_t arch_tls_stack_setup(struct k_thread *new_thread, char *stack_ptr)  in arch_tls_stack_setup()
 | 
| /Zephyr-latest/arch/x86/core/ | 
| D | tls.c | 13 size_t arch_tls_stack_setup(struct k_thread *new_thread, char *stack_ptr)  in arch_tls_stack_setup()
 | 
| /Zephyr-latest/include/zephyr/arch/ | 
| D | arch_interface.h | 938 				      struct k_thread *new_thread)  in arch_cohere_stacks()
 | 
| /Zephyr-latest/arch/xtensa/include/ | 
| D | kernel_arch_func.h | 44 					     struct k_thread *new_thread)  in arch_cohere_stacks()
 | 
| /Zephyr-latest/kernel/include/ | 
| D | kswap.h | 81 	struct k_thread *new_thread, *old_thread;  in do_swap()  local
 | 
| /Zephyr-latest/kernel/ | 
| D | thread.c | 383 static char *setup_thread_stack(struct k_thread *new_thread,  in setup_thread_stack()509 char *z_setup_new_thread(struct k_thread *new_thread,  in z_setup_new_thread()
 652 k_tid_t z_impl_k_thread_create(struct k_thread *new_thread,  in z_impl_k_thread_create()
 676 k_tid_t z_vrfy_k_thread_create(struct k_thread *new_thread,  in z_vrfy_k_thread_create()
 
 | 
| D | sched.c | 806 static inline void set_current(struct k_thread *new_thread)  in set_current()851 		struct k_thread *old_thread = _current, *new_thread;  in z_get_next_switch_handle()  local
 
 | 
| /Zephyr-latest/include/zephyr/tracing/ | 
| D | tracking.h | 58 #define sys_port_track_k_thread_create(new_thread)  argument120 #define sys_port_track_k_thread_create(new_thread)  argument
 
 | 
| D | tracing.h | 70 #define sys_port_trace_k_thread_create(new_thread)  argument
 | 
| /Zephyr-latest/subsys/tracing/user/ | 
| D | tracing_user.h | 105 #define sys_port_trace_k_thread_create(new_thread) sys_trace_thread_create(new_thread)  argument
 | 
| /Zephyr-latest/subsys/tracing/ctf/ | 
| D | tracing_ctf.h | 24 #define sys_port_trace_k_thread_create(new_thread)                             \  argument
 | 
| /Zephyr-latest/subsys/tracing/sysview/ | 
| D | tracing_sysview.h | 31 #define sys_port_trace_k_thread_create(new_thread)                                                 \  argument
 | 
| /Zephyr-latest/subsys/tracing/test/ | 
| D | tracing_test.h | 17 #define sys_port_trace_k_thread_create(new_thread)                                                 \  argument
 |