代码搜索结果

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

ui.gml

#define TASKH 24 #define MANWIDTH 180 .titlebar:div{ pos=0,0; size=pid.width,100; bk=null; onsize={}; OnCreate={

tcgetsid.c

/* Copyright (C) 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the term

sys_fork.c

#include "syslib.h" PUBLIC int sys_fork(parent, child, pid, child_base_or_shadow) int parent; /* process doing the fork */ int child; /* which proc has been created by the fork */ int pid;

_wait.c

#include #define wait _wait #include PUBLIC pid_t wait(status) int *status; { message m; if (_syscall(MM, WAIT, &m) < 0) return(-1); if (status != 0) *status = m

test.cpp

#include "systems.h" #include "mpeg2_transport.h" int main (int argc, char **argv) { FILE *ifile, *ofile; uint8_t buffer[16*188], *ptr; uint32_t buflen, readfromfile; uint32_t offset;

mpeg2t_mp3.c

#include "mpeg4ip.h" #include "mpeg2_transport.h" #include #include "mp4av.h" #include "mpeg2t_private.h" static uint32_t mpeg2t_find_mp3_frame_start (mpeg2t_es_t *es_pid,

shell.c

#ifndef lint static char sccsid[] = "@(#)shell.c 4.2 (Berkeley) 5/9/83"; #endif not lint /* ** CALL THE SHELL */ shell() { int i; register int pid; register int sav2, sav3; if (!(pid = fork()

shell.c

#ifndef lint static char sccsid[] = "@(#)shell.c 4.2 (Berkeley) 5/9/83"; #endif not lint /* ** CALL THE SHELL */ shell() { int i; register int pid; register int sav2, sav3; if (!(pid = fork()