Home
last modified time | relevance | path

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

/base/startup/appspawn/common/
H A Dappspawn_server.c144 static int CloneAppSpawn(void *arg) in CloneAppSpawn() function
165 *pid = clone(CloneAppSpawn, NULL, CLONE_NEWNET | SIGCHLD, (void *)&arg); in NwebSpawnCloneChildProcess()
167 *pid = clone(CloneAppSpawn, NULL, content->sandboxNsFlags | SIGCHLD, (void *)&arg); in NwebSpawnCloneChildProcess()
170 *pid = clone(CloneAppSpawn, NULL, content->sandboxNsFlags | SIGCHLD, (void *)&arg); in NwebSpawnCloneChildProcess()

Completed in 1 milliseconds