Searched refs:CloneAppSpawn (Results 1 – 1 of 1) sorted by relevance
146 static int CloneAppSpawn(void *arg) in CloneAppSpawn() function167 *pid = clone(CloneAppSpawn, NULL, CLONE_NEWNET | SIGCHLD, (void *)&arg); in NwebSpawnCloneChildProcess()169 *pid = clone(CloneAppSpawn, NULL, content->sandboxNsFlags | SIGCHLD, (void *)&arg); in NwebSpawnCloneChildProcess()172 *pid = clone(CloneAppSpawn, NULL, content->sandboxNsFlags | SIGCHLD, (void *)&arg); in NwebSpawnCloneChildProcess()