代码搜索结果
找到约 10,000 项符合
PID 的代码
process.cpp
#include
#include
#define ESC 27
#define SPACE 32
#define COMMAND_COUNT 6
#define W_PROCEEE_ARRAY_LENGTH 15
#define PRINTPCB printf("%d\t%s\t%d\t%d\t%s",q->pcb,q->name,
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
shell2.c
#include
#include
#include
#include "ourhdr.h"
static void sig_int(int); /* our signal-catching function */
int
main(void)
{
current_pi.asm
**************************************
; File name: current_pi.asm
; Module names: i_pi_reg
;Initialization routines: init_i_pi_reg
;Description: PI current regulator with
test2.c
/*
* See if signals other than the realtime signals are queued,
* and if SA_SIGINFO works with these other signals.
*/
#include "unpipc.h"
static void sig_rt(int, siginfo_t *, void *);
int
main(
client2.c
#include "cliserv2.h"
int
main(int argc, char **argv)
{
int fd, i, nloop, nusec;
pid_t pid;
char mesg[MESGSIZE];
long offset;
struct shmstruct *ptr;
if (argc != 4)
err_quit("usage: client2
wait.c
#define __LIBRARY__
#include
#include
_syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
pid_t wait(int * wait_stat)
{
return waitpid(-1,wait_stat,0);
}
wait.c
#define __LIBRARY__
#include
#include
_syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
pid_t wait(int * wait_stat)
{
return waitpid(-1,wait_stat,0);
}
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)