MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / posix_spawnp

Function posix_spawnp

src/posix_spawn.cpp:171–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171extern "C" int
172posix_spawnp(pid_t *pid,
173 const char *file,
174 const posix_spawn_file_actions_t *file_actions,
175 const posix_spawnattr_t *attrp,
176 char *const argv[],
177 char *const envp[])
178{
179 return dmtcp_spawn(pid, file, file_actions, attrp, argv, envp);
180}

Callers

nothing calls this directly

Calls 1

dmtcp_spawnFunction · 0.85

Tested by

no test coverage detected