Home
last modified time | relevance | path

Searched refs:childFunc (Results 1 - 5 of 5) sorted by relevance

/base/startup/init/test/unittest/modules/
H A Dcontext_unittest.cpp25 int (*childFunc)(const SubInitForkArg *arg); member
35 forkArg->childFunc(&forkArg->args); in ThreadFunc()
42 pid_t SubInitFork(int (*childFunc)(const SubInitForkArg *arg), const SubInitForkArg *args) in SubInitFork()
49 forkArg->childFunc = childFunc; in SubInitFork()
/base/startup/init/services/modules/init_context/
H A Dinit_context.h62 pid_t SubInitFork(int (*childFunc)(const SubInitForkArg *arg), const SubInitForkArg *args);
H A Dinit_context.c66 pid_t SubInitFork(int (*childFunc)(const SubInitForkArg *arg), const SubInitForkArg *args) in SubInitFork()
70 childFunc(args); in SubInitFork()
/base/startup/appspawn/test/unittest/app_spawn_lite_test/
H A Dapp_spawn_lite_test.cpp31 pid_t AppSpawnFork(int (*childFunc)(void *arg), void *args) in AppSpawnFork()
35 childFunc((void *)args); in AppSpawnFork()
/base/startup/init/services/begetctl/
H A Dparam_cmd.c455 static pid_t ForkChild(int (*childFunc)(void *arg), void *args) in ForkChild()
459 childFunc(args); in ForkChild()

Completed in 4 milliseconds