Files
source/Y/subshell_pid.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

23 lines
1.7 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>subshell_pid</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/src--subshell--common.c.html#L202'>subshell_pid</a> 202 src/subshell/common.c static pid_t subshell_pid = 1;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L587'>subshell_pid</a> 587 src/subshell/common.c kill (subshell_pid, SIGCONT);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1795'>subshell_pid</a> 1795 src/subshell/common.c subshell_pid = my_fork ();</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1797'>subshell_pid</a> 1797 src/subshell/common.c if (subshell_pid == -1)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1805'>subshell_pid</a> 1805 src/subshell/common.c if (subshell_pid == 0)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2122'>subshell_pid</a> 2122 src/subshell/common.c const pid_t pid = waitpid (subshell_pid, &amp;status, WUNTRACED | WNOHANG);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2124'>subshell_pid</a> 2124 src/subshell/common.c if (pid == subshell_pid)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2138'>subshell_pid</a> 2138 src/subshell/common.c kill (subshell_pid, SIGCONT);</span>
</pre>
</body>
</html>