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

Function posix_spawn

src/posix_spawn.cpp:160–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160extern "C" int
161posix_spawn(pid_t *pid,
162 const char *path,
163 const posix_spawn_file_actions_t *file_actions,
164 const posix_spawnattr_t *attrp,
165 char *const argv[],
166 char *const envp[])
167{
168 return dmtcp_spawn(pid, path, file_actions, attrp, argv, envp);
169}
170
171extern "C" int
172posix_spawnp(pid_t *pid,

Callers

nothing calls this directly

Calls 1

dmtcp_spawnFunction · 0.85

Tested by

no test coverage detected