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

67 lines
8.3 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>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/lib--lock.c.html#L75'>pid</a> 75 lib/lock.c pid_t pid;</span>
<span class='curline'><a href='../S/lib--lock.c.html#L146'>pid</a> 146 lib/lock.c static char pid[PID_BUF_SIZE], who[BUF_SIZE];</span>
<span class='curline'><a href='../S/lib--lock.c.html#L162'>pid</a> 162 lib/lock.c for (i = 0, p++, s = str + len; i &lt; sizeof (pid) &amp;&amp; p &lt; s &amp;&amp; *p != ':'; i++, p++)</span>
<span class='curline'><a href='../S/lib--lock.c.html#L163'>pid</a> 163 lib/lock.c pid[i] = *p;</span>
<span class='curline'><a href='../S/lib--lock.c.html#L164'>pid</a> 164 lib/lock.c if (i == sizeof (pid))</span>
<span class='curline'><a href='../S/lib--lock.c.html#L166'>pid</a> 166 lib/lock.c pid[i] = '\0';</span>
<span class='curline'><a href='../S/lib--lock.c.html#L168'>pid</a> 168 lib/lock.c lock.pid = (pid_t) atol (pid);</span>
<span class='curline'><a href='../S/lib--lock.c.html#L238'>pid</a> 238 lib/lock.c if (lockinfo-&gt;pid == 0 || !(kill (lockinfo-&gt;pid, 0) == -1 &amp;&amp; errno == ESRCH))</span>
<span class='curline'><a href='../S/lib--lock.c.html#L242'>pid</a> 242 lib/lock.c x_basename (lockfname) + 2, lockinfo-&gt;who, (int) lockinfo-&gt;pid);</span>
<span class='curline'><a href='../S/lib--lock.c.html#L302'>pid</a> 302 lib/lock.c if (lock == NULL || lock_extract_info (lock)-&gt;pid == getpid ())</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L139'>pid</a> 139 lib/utilunix.c pid_t pid;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L141'>pid</a> 141 lib/utilunix.c pid = my_fork ();</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L143'>pid</a> 143 lib/utilunix.c if (pid &lt; 0)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L149'>pid</a> 149 lib/utilunix.c if (pid == 0)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L156'>pid</a> 156 lib/utilunix.c if (waitpid (pid, &amp;status, 0) &gt; 0)</span>
<span class='curline'><a href='../S/src--background.c.html#L89'>pid</a> 89 src/background.c register_task_running (file_op_context_t *ctx, pid_t pid, int fd, int to_child, char *info)</span>
<span class='curline'><a href='../S/src--background.c.html#L94'>pid</a> 94 src/background.c new-&gt;pid = pid;</span>
<span class='curline'><a href='../S/src--background.c.html#L108'>pid</a> 108 src/background.c destroy_task (pid_t pid)</span>
<span class='curline'><a href='../S/src--background.c.html#L115'>pid</a> 115 src/background.c if (p-&gt;pid == pid)</span>
<span class='curline'><a href='../S/src--background.c.html#L230'>pid</a> 230 src/background.c unregister_task_running (ctx-&gt;pid, fd);</span>
<span class='curline'><a href='../S/src--background.c.html#L232'>pid</a> 232 src/background.c if (waitpid (ctx-&gt;pid, &amp;status, WNOHANG) == 0)</span>
<span class='curline'><a href='../S/src--background.c.html#L235'>pid</a> 235 src/background.c kill (ctx-&gt;pid, SIGTERM);</span>
<span class='curline'><a href='../S/src--background.c.html#L491'>pid</a> 491 src/background.c unregister_task_running (pid_t pid, int fd)</span>
<span class='curline'><a href='../S/src--background.c.html#L493'>pid</a> 493 src/background.c destroy_task (pid);</span>
<span class='curline'><a href='../S/src--background.c.html#L500'>pid</a> 500 src/background.c unregister_task_with_pid (pid_t pid)</span>
<span class='curline'><a href='../S/src--background.c.html#L504'>pid</a> 504 src/background.c fd = destroy_task (pid);</span>
<span class='curline'><a href='../S/src--background.c.html#L523'>pid</a> 523 src/background.c pid_t pid;</span>
<span class='curline'><a href='../S/src--background.c.html#L536'>pid</a> 536 src/background.c pid = my_fork ();</span>
<span class='curline'><a href='../S/src--background.c.html#L537'>pid</a> 537 src/background.c if (pid == -1)</span>
<span class='curline'><a href='../S/src--background.c.html#L550'>pid</a> 550 src/background.c if (pid == 0)</span>
<span class='curline'><a href='../S/src--background.c.html#L586'>pid</a> 586 src/background.c ctx-&gt;pid = pid;</span>
<span class='curline'><a href='../S/src--background.c.html#L587'>pid</a> 587 src/background.c register_task_running (ctx, pid, comm[0], back_comm[1], info);</span>
<span class='curline'><a href='../S/src--background.h.html#L23'>pid</a> 23 src/background.h pid_t pid;</span>
<span class='curline'><a href='../S/src--background.h.html#L43'>pid</a> 43 src/background.h void unregister_task_running (pid_t pid, int fd);</span>
<span class='curline'><a href='../S/src--background.h.html#L44'>pid</a> 44 src/background.h void unregister_task_with_pid (pid_t pid);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L475'>pid</a> 475 src/filemanager/boxes.c unregister_task_running (tl-&gt;pid, tl-&gt;fd);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L477'>pid</a> 477 src/filemanager/boxes.c kill (tl-&gt;pid, sig);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2210'>pid</a> 2210 src/filemanager/file.c int pid = ctx-&gt;pid;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2213'>pid</a> 2213 src/filemanager/file.c ctx-&gt;pid = 0;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2215'>pid</a> 2215 src/filemanager/file.c unregister_task_with_pid (pid);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3696'>pid</a> 3696 src/filemanager/file.c ctx-&gt;pid = getpid ();</span>
<span class='curline'><a href='../S/src--filemanager--filegui.h.html#L121'>pid</a> 121 src/filemanager/filegui.h pid_t pid;</span>
<span class='curline'><a href='../S/src--main.c.html#L122'>pid</a> 122 src/main.c int pid, status;</span>
<span class='curline'><a href='../S/src--main.c.html#L134'>pid</a> 134 src/main.c pid = waitpid (cons_saver_pid, &amp;status, WUNTRACED | WNOHANG);</span>
<span class='curline'><a href='../S/src--main.c.html#L136'>pid</a> 136 src/main.c if (pid == cons_saver_pid)</span>
<span class='curline'><a href='../S/src--main.c.html#L141'>pid</a> 141 src/main.c kill (pid, SIGCONT);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2122'>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'>pid</a> 2124 src/subshell/common.c if (pid == subshell_pid)</span>
<span class='curline'><a href='../S/src--subshell--proxyfunc.c.html#L77'>pid</a> 77 src/subshell/proxyfunc.c pid_t pid;</span>
<span class='curline'><a href='../S/src--subshell--proxyfunc.c.html#L79'>pid</a> 79 src/subshell/proxyfunc.c pid = waitpid (cons_saver_pid, &amp;status, WUNTRACED | WNOHANG);</span>
<span class='curline'><a href='../S/src--subshell--proxyfunc.c.html#L81'>pid</a> 81 src/subshell/proxyfunc.c if (pid == cons_saver_pid)</span>
<span class='curline'><a href='../S/src--subshell--proxyfunc.c.html#L86'>pid</a> 86 src/subshell/proxyfunc.c kill (pid, SIGCONT);</span>
</pre>
</body>
</html>