代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/113399/6132064
c _fork.c
#include
#define fork _fork
#include
PUBLIC pid_t fork()
{
message m;
return(_syscall(MM, FORK, &m));
}
www.eeworm.com/read/113399/6132067
c _getppid.c
#include
#define getppid _getppid
#include
PUBLIC pid_t getppid()
{
message m;
/* POSIX says that this function is always successful and that no
* return value is
www.eeworm.com/read/113399/6132068
c _getpid.c
#include
#define getpid _getpid
#include
PUBLIC pid_t getpid()
{
message m;
return(_syscall(MM, GETPID, &m));
}
www.eeworm.com/read/110034/6168730
c 4xx_tlb.c
/*
* BK Id: SCCS/s.4xx_tlb.c 1.5 05/17/01 18:14:23 cort
*/
/*
*
* Copyright (c) 1998-1999 TiVo, Inc.
* Original implementation.
* Copyright (c) 1999-2000 Grant Erickson
www.eeworm.com/read/105300/6199521
cpp remoteio.cpp
#define WIN32_LEAN_AND_MEAN
//#define UNICODE
#ifdef UNICODE
#define _UNICODE
#endif
#include
#include
#include
#include
//#define AH_STATIC_LINKIN
www.eeworm.com/read/105300/6199532
cpp ctestpar.cpp
#define WIN32_LEAN_AND_MEAN
//#define UNICODE
#ifdef UNICODE
#define _UNICODE
#endif
#include
#include
#include
#include
//#define AH_STATIC_LINK
www.eeworm.com/read/101082/6241501
c getpid_.c
/*
char id_getpid[] = "@(#)getpid_.c 1.1";
*
* get process id
*
* calling sequence:
* integer getpid, pid
* pid = getpid()
* where:
* pid will be the current process id
*/
long getpid_()
{
www.eeworm.com/read/101082/6242733
c ulockf.c
#ifndef lint
static char sccsid[] = "@(#)ulockf.c 4.1 (decvax!larry) 7/2/90";
#endif
/*******
* ulockf(file, atime)
* char *file;
* time_t atime;
*
* ulockf - this routine will create a lock f
www.eeworm.com/read/101082/6248321
c miscd.c
#ifndef lint
static char *sccsid = "@(#)miscd.c 4.1 (ULTRIX) 7/2/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1985 by
www.eeworm.com/read/100581/6268709
h lprocess.h
#include
#ifndef _LPCB
#define _LPCB
#define DEBUG_PRINT_PID
#include
#define LPROCESS 500 //定义最大逻辑进程数
#define MAX_SUSPEND_TIME 0 //最大悬挂时长