代码搜索结果
找到约 10,000 项符合
PID 的代码
kill.c
/* Stub for kill. */
#include
#include
/* The pid argument should be of type pid_t. */
int
_DEFUN (_kill, (pid, sig),
int pid _AND
int sig)
{
if (pid == 1 || pid < 0)
kill.c
/* Stub for kill. */
#include
#include
/* The pid argument should be of type pid_t. */
int
_DEFUN (_kill, (pid, sig),
int pid _AND
int sig)
{
if (pid == 1 || pid < 0)
forkexec.c
forkexec(struct cmd *ptr)
{
int i,pid;
/* 1 */
if (pid = fork())
{
/* 2 */
if (backgnd==TRUE)
printf("%d\n", pid);
lastpid = pid;
forkexec.c
forkexec(struct cmd *ptr)
{
int i,pid;
/* 1 */
if (pid = fork())
{
/* 2 */
if (backgnd==TRUE)
printf("%d\n", pid);
lastpid = pid;
forkexec.c
forkexec(struct cmd *ptr)
{
int i,pid;
/* 1 */
if (pid = fork())
{
/* 2 */
if (backgnd==TRUE)
printf("%d\n", pid);
lastpid = pid;