Searched refs:SubInitFork (Results 1 – 3 of 3) sorted by relevance
62 pid_t SubInitFork(int (*childFunc)(const SubInitForkArg *arg), const SubInitForkArg *args);
66 pid_t SubInitFork(int (*childFunc)(const SubInitForkArg *arg), const SubInitForkArg *args) in SubInitFork() function89 pid_t pid = SubInitFork(SubInitRun, &arg); in SubInitStart()
42 pid_t SubInitFork(int (*childFunc)(const SubInitForkArg *arg), const SubInitForkArg *args) in SubInitFork() function