nuttx/arch/ceva/src/xc5
guoshichao c33d1c9c97 sched/task/fork: add fork implementation
1. as we can use fork to implement vfork, so we rename the vfork to
fork, and use the fork method as the base to implement vfork method
2. create the vfork function as a libc function based on fork
function

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2023-07-12 02:27:37 +08:00
..
cpm.h
cpm.S
fork.S sched/task/fork: add fork implementation 2023-07-12 02:27:37 +08:00
Kconfig arch/ceva/src/xc5/Kconfig: Fix indentation 2023-05-10 00:45:29 +08:00
psu.h
syscall.S
Toolchain.defs this flag is meaningless for the linker 2022-06-27 20:03:03 -03:00
xc5_hardfault.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
xc5_head.S arch: rename arch special function name 2022-11-22 16:27:56 +08:00
xc5_icache.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
xc5_initialstate.c Typo fixes. 2023-02-17 11:17:11 -03:00
xc5_intc.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
xc5_mpu.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
xc5_psu.c Typo fixes. 2023-02-17 11:17:11 -03:00
xc5_relocate.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
xc5_signal_handler.S arch: rename arch special function name 2022-11-22 16:27:56 +08:00
xc5_svcall_handler.S arch: rename arch special function name 2022-11-22 16:27:56 +08:00