Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_posixsubprocess.c195 /* This function must be async-signal-safe as it is called from child_exec()
551 child_exec(char *const exec_array[], in child_exec() function
747 * subprocess_fork_exec() and child_exec(). A child process created via
751 * child_exec() should not be inlined to avoid spurious -Wclobber warnings from
802 * See the comment above child_exec() for restrictions imposed on in do_fork_exec()
814 child_exec(exec_array, argv, envp, cwd, in do_fork_exec()
1052 /* Use vfork() only if it's safe. See the comment above child_exec(). */ in subprocess_fork_exec()

Completed in 3 milliseconds