nuttx/arch/arm/src/common
guoshichao 3524f4b9ce libs/libc/fork: add lib_fork implementation
1. add lib_fork api in libs/libc, we need a fork() api to implement the
fork relative method, such as pthread_atfork
2. rename the assembly fork entry function name to up_fork(), and rename
the up_fork() to arch specific name, such as
sim_fork()/arm_fork()/mips_fork() etc.

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2023-07-26 10:41:52 +02:00
..
gnu libs/libc/fork: add lib_fork implementation 2023-07-26 10:41:52 +02:00
iar libs/libc/fork: add lib_fork implementation 2023-07-26 10:41:52 +02:00
arm_allocateheap.c
arm_backtrace_fp.c backtrace: use CURRENT_REGS when in interrupt context 2023-01-29 02:48:00 -08:00
arm_backtrace_sp.c Typo fixes. 2023-02-17 11:17:11 -03:00
arm_backtrace_unwind.c binfmt: Always include arch/elf.h in include/nuttx/elf.h 2023-06-25 19:02:53 -03:00
arm_checkstack.c sched/addrenv.c: Implement re-entrancy for addrenv_select() 2023-04-25 14:33:19 +02:00
arm_createstack.c
arm_exit.c nuttx: add more dependent header file 2023-04-11 09:13:32 +03:00
arm_fork.c libs/libc/fork: add lib_fork implementation 2023-07-26 10:41:52 +02:00
arm_fork.h vfork: modify struct vfork_s 2023-07-14 20:48:51 +08:00
arm_getintstack.c
arm_hostfs.c
arm_idle.c
arm_initialize.c
arm_internal.h arch/arm: add ARMv8-r(Cortex-R52) support 2023-06-01 09:51:03 -03:00
arm_lowputs.c
arm_mdelay.c
arm_modifyreg8.c
arm_modifyreg16.c
arm_modifyreg32.c
arm_nputs.c
arm_pthread_start.c
arm_registerdump.c assert: show stacks with the sp from regs 2023-05-05 13:40:04 +08:00
arm_releasestack.c
arm_semi_syslog.c
arm_signal_dispatch.c
arm_stackframe.c
arm_switchcontext.c
arm_task_start.c
arm_tls.c
arm_udelay.c
arm_usestack.c
CMakeLists.txt cmake: fix build after c33d1c9c97 (vfork -> fork) 2023-07-12 09:47:54 -03:00
hwcap.h procfs:add armv8-m cpuinfo 2023-05-27 03:29:41 +08:00
Make.defs sched/task/fork: add fork implementation 2023-07-12 02:27:37 +08:00
README_lwl_console.txt
Toolchain.defs arch/arm: move -mthumb option back to ARCHCPUFLAGS 2023-06-29 18:18:23 +08:00