mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
67 lines
8.3 KiB
HTML
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 < sizeof (pid) && p < s && *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->pid == 0 || !(kill (lockinfo->pid, 0) == -1 && 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->who, (int) lockinfo->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)->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 < 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, &status, 0) > 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->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->pid == pid)</span>
|
|
<span class='curline'><a href='../S/src--background.c.html#L230'>pid</a> 230 src/background.c unregister_task_running (ctx->pid, fd);</span>
|
|
<span class='curline'><a href='../S/src--background.c.html#L232'>pid</a> 232 src/background.c if (waitpid (ctx->pid, &status, WNOHANG) == 0)</span>
|
|
<span class='curline'><a href='../S/src--background.c.html#L235'>pid</a> 235 src/background.c kill (ctx->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->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->pid, tl->fd);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L477'>pid</a> 477 src/filemanager/boxes.c kill (tl->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->pid;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2213'>pid</a> 2213 src/filemanager/file.c ctx->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->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, &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, &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, &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>
|