代码搜索结果

找到约 10,000 项符合 PID 的代码

figc.14

#include "apue.h" #include #include void sigint(int signo) { } int main(void) { pid_t pid1, pid2, pid3; int fd; setbuf(stdout, NULL); signal_intr(SIGINT, sigint); /* * C

pendlock.c

#include "apue.h" #include #include void sigint(int signo) { } int main(void) { pid_t pid1, pid2, pid3; int fd; setbuf(stdout, NULL); signal_intr(SIGINT, sigint); /* * C

figc.14

#include "apue.h" #include #include void sigint(int signo) { } int main(void) { pid_t pid1, pid2, pid3; int fd; setbuf(stdout, NULL); signal_intr(SIGINT, sigint); /* * C

pendlock.c

#include "apue.h" #include #include void sigint(int signo) { } int main(void) { pid_t pid1, pid2, pid3; int fd; setbuf(stdout, NULL); signal_intr(SIGINT, sigint); /* * C

pendlock.c

#include "apue.h" #include #include void sigint(int signo) { } int main(void) { pid_t pid1, pid2, pid3; int fd; setbuf(stdout, NULL); signal_intr(SIGINT, sigint); /* * C

wait.c

/* * linux/lib/wait.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include #include _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) pid_t wait(i

wait.c

/* * linux/lib/wait.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include #include _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) pid_t wait(i

wait.c

/* * linux/lib/wait.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include #include _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) pid_t wait(i

imghdr.h

#ifndef GT_IMGHDR_H #define GT_IMGHDR_H #define GTIMG_MAGIC "GMTK" /* Product ID */ #define PID_RTL_AIRGO 1 #define PID_RTL_RALINK 2 #define PID_RDC_AIRGO 3 #define PID_RDC_RALINK 5 /* White La

_ptrace.c

#include #define ptrace _ptrace #include PUBLIC long ptrace(req, pid, addr, data) int req; pid_t pid; long addr; long data; { message m; m.m2_i1 = pid; m.m2_i2