Home
last modified time | relevance | path

Searched refs:arch_new_thread (Results 1 – 15 of 15) sorted by relevance

/Zephyr-Core-3.6.0/arch/nios2/core/
Dthread.c31 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread() function
/Zephyr-Core-3.6.0/arch/mips/core/
Dthread.c18 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread() function
/Zephyr-Core-3.6.0/arch/x86/core/intel64/
Dthread.c28 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread() function
/Zephyr-Core-3.6.0/scripts/
Dvalgrind.supp16 fun:arch_new_thread
/Zephyr-Core-3.6.0/arch/posix/core/
Dthread.c26 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread() function
/Zephyr-Core-3.6.0/arch/sparc/core/
Dthread.c31 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread() function
/Zephyr-Core-3.6.0/kernel/include/
Dkernel_arch_interface.h76 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack,
/Zephyr-Core-3.6.0/arch/x86/core/ia32/
Dthread.c75 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread() function
/Zephyr-Core-3.6.0/arch/arm64/core/
Dthread.c85 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread() function
/Zephyr-Core-3.6.0/arch/xtensa/core/
Dthread.c115 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread() function
/Zephyr-Core-3.6.0/arch/riscv/core/
Dthread.c21 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread() function
/Zephyr-Core-3.6.0/arch/arc/core/
Dthread.c148 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread() function
/Zephyr-Core-3.6.0/arch/arm/core/cortex_a_r/
Dthread.c51 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread() function
/Zephyr-Core-3.6.0/arch/arm/core/cortex_m/
Dthread.c59 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread() function
/Zephyr-Core-3.6.0/kernel/
Dthread.c654 arch_new_thread(new_thread, stack, stack_ptr, entry, p1, p2, p3); in z_setup_new_thread()