Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signal_handler.c494 static pid_t ForkBySyscall(void) in ForkBySyscall() function
589 childPid = ForkBySyscall(); in ForkAndExecProcessDump()
617 pid_t pid = ForkBySyscall(); in StartProcessdump()
622 pid_t processDumpPid = ForkBySyscall(); in StartProcessdump()
656 pid_t pid = ForkBySyscall(); in StartVMProcessUnwind()
661 pid_t vmPid = ForkBySyscall(); in StartVMProcessUnwind()
835 int childPid = ForkBySyscall(); in ForkAndDoProcessDump()